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