Authorization: Bearer ********************{
"is_repack": false,
"container_info": {
"weight": 12,
"length": 40,
"width": 50,
"height": 60
},
"customer_order_num": [
"HGE260107000096J",
"HGE260107000097Y"
]
}curl --location --request POST 'create/container/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_repack": false,
"container_info": {
"weight": 12,
"length": 40,
"width": 50,
"height": 60
},
"customer_order_num": [
"HGE260107000096J",
"HGE260107000097Y"
]
}'{
"code": 200,
"success": true,
"detail": "success",
"data": {
"container_num": "BP2602420946"
}
}