createPaymentMethodHoyer

@POST(value = "payment-methods/hoyer")
abstract fun createPaymentMethodHoyer(@Body body: CreatePaymentMethodHoyerAPI.Body): Call<PaymentMethod>