curl --location 'https://open-api.soureco.com/taobao/purchase/order/asyn/cancel' \
--header 'Content-Type: application/json' \
--data '{
"appKey": "",
"appSecret": "",
"purchase_id": "200130683606",
"sub_purchase_orderId_list": ["200130683607"],
"cancel_reason": "No longer needed",
"cancel_remark": ""
}'{
"code": 200,
"message": "操作成功",
"data": {
"code": "0",
"success": true,
"requestId": "2102f67717854065713472973",
"errorCode": null,
"TraceId": "214103bd17854065713433622ee0a0",
"errorMsg": null
},
"timestamp": 1785406571849,
"traceId": "6f5280c0a46c",
"cost": 0
}