{
"orderId": 10001,
"reason": "不想买了"
}curl --location 'https://openapi.shishiniu.com/api/openapi/cancelOrder' \
--header 'app-key: {{app-key}}' \
--header 'timestamp: 1788313063' \
--header 'sign: xxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"orderId": 10001,
"reason": "不想买了"
}'{
"code": 0,
"data": {},
"msg": "成功"
}