{
"webSite": "1688",
"orderId": 2542285634920880794,
"cancelReason": "不想要了"
}curl --location --request POST '/v2/alibaba/order/cancel' \
--header 'access-key: your-access-key' \
--header 'timestamp: your-timestamp' \
--header 'user-id: your-user-id' \
--header 'signature: your-signature' \
--header 'Content-Type: application/json' \
--data-raw '{
"webSite": "1688",
"orderId": 2542285634920880794,
"cancelReason": "不想要了"
}'{
"requestId": "0d1de79d9f4540308d14c558f86cb3da",
"code": 200,
"developId": "1110890638347337996",
"msg": "成功",
"data": true
}