{ "paymentId": "string", "gateway": 1 }
curl --location --request POST '/api/services/app/Payment/CancelPayment' \ --header 'Content-Type: application/json' \ --data-raw '{ "paymentId": "string", "gateway": 1 }'
{}