跨境业务一站式解决方案,了解更多请移步官网:https://www.shipnis.com/
Authorization: Bearer ********************{
"main_number": "string"
}curl --location --request POST '/v2/forecast/cancel' \
--header 'Bc-Warehouse-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"main_number": "string"
}'{
"code": 0,
"msg": "string",
"response": {}
}