{ "order_id": "abcd1234567890" }
curl --location --request POST 'https://www.sslhello.com/api/v1/order/refund' \ --header 'api-token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "order_id": "abcd1234567890" }'
{ "data": { "order_id": "abcd1234567890" }, "message": "ok", "success": true }