curl --location '/payments//refunds' \ --header 'Content-Type: application/json' \ --data '{ "amount": 0, "reason": "string" }'
{ "data": {} }