{
"trackingNoList": [
"9261290284968400110256966804"
]
}curl --location --request POST 'https://im.imgloballlc.cn/prod-api/openapi/ots_order/v2/cancel' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"trackingNoList": [
"9261290284968400110256966804"
]
}'{
"code": 200,
"msg": null,
"data": {
"cancelDetailList": [
{
"trackingNo": "92001903821937021146962311",
"message": null,
"customerNo": "L0401447348tvrupb",
"cancelStatus": "CANCEL"
}
]
}
}