authorizeApplePayPaymentToken

@POST(value = "payment-method-kinds/applepay/authorize")
abstract fun authorizeApplePayPaymentToken(@Body body: AuthorizeApplePayPaymentTokenAPI.Body): Call<PaymentToken>