{ "images": [ "string" ], "orderSubId": "string", "reason": "string" }
curl --location --request POST 'http://prod-cn.your-api-server.com/order/apply-for-refund' \ --header 'apiKey;' \ --header 'sign;' \ --header 'timestamp;' \ --header 'Content-Type: application/json' \ --data-raw '{ "images": [ "string" ], "orderSubId": "string", "reason": "string" }'
{ "code": 0, "data": {}, "msg": "string" }