X-Api-Key: ********************
curl --location --request DELETE '/contracts/transfer/' \ --header 'X-Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "reason": "string" }'
{ "status": "string", "message": "string", "data": {} }