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