Authorization: Bearer ********************
{ "num_type": 1, "num": "38" }
curl --location --request POST 'https://test-oms.hanjinexp.com/openapi/customer/label_print/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "num_type": 1, "num": "38" }'
{ "code": 200, "success": true, "detail": "操作成功", "data": "" }