curl --location 'https://www.xportcn.com/api/open/warehouse/call/packageInbound' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data '{
"operation": "string",
"apiPackageInfo": {
"id": "string",
"trackNumber": "string",
"trackCompany": "string",
"transportMethod": "string",
"cloudWarehouseCode": "string"
},
"apiPackageSize": {
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"volume": 0,
"vweight": 0
}
}'