curl --location --request PUT '/admin/waybill/update-count-weight-volume' \
--header 'X-Source;' \
--header 'X-Station-ID: 1709449603937239042' \
--header 'X-Station-Code: ZD0038' \
--header 'X-Station-Name: %E6%9C%A8%E5%85%B0%E4%BB%93' \
--header 'Auth-User: {"id":1630040337910767616,"userName":"16602859986","nickName":"pulei","phone":"16602859986","gender":0,"userType":0,"lockDate":1678867965000,"newAccountFlag":1,"activeFlag":1,"accountType":0,"jobNumber":"005","organizationIds":[1626148651591110656],"roleIds":[1634378404145049600],"companyIds":[1632626533976743944,1632626533976743971],"warehouseIds":[1629049370067271681],"allRole":2,"allWarehouse":1,"allCompany":1,"allOrganization":2,"toAdmin":2}' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"version": 0,
"orderCount": 1,
"orderWeight": 0.01,
"orderVolume": 0.01,
"packages": [
{
"id": 0,
"version": 0,
"count": 0,
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"volume": 0,
"sixScanTime": "string"
}
]
}'