x-api-key: ********************
curl --location --request POST '/api/v1/merchants/withdrawals//cancel' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "reason": "Changed my mind" }'
{}