curl --location --request POST 'http://api.bsdexp.com:8400/api/ec/order/cancel' \
--header 'Token: 820E4150E0B2C191F0E' \
--header 'Content-Type: application/json' \
--data-raw '{
"refno": "8888888888",
"reason_code": "OTHER",
"reason_name": "信息填写有误",
"remark":""
}'