Authorization: Bearer ********************
{ "container_num": "25" }
curl --location --request POST 'https://test-oms.hanjinexp.com/openapi/customer/print_container_label/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "container_num": "25" }'
{ "code": 200, "success": true, "detail": "操作成功", "data": { "container_num": "CS92873972391", "label_base64": "HGE129873192731" } }