Authorization: Bearer ********************curl --location --request GET 'http://openapi.freightower.com/terminal/container2bl/query?containerNumber=EITU1985271&portCode=CNSHA' \
--header 'Authorization: Bearer <token>'{
"statusCode": 20000,
"message": "成功",
"data": [
{
"containerNumber": "EITU1985271",
"billNumber": "EGLV142501161603",
"containerOwner": "EVG",
"carrierCode": "EMC",
"pol": "CNSHA",
"pod": "USNYC",
"vessel": "OOCL BANGKOK",
"voyage": "064E",
"time": "2025-05-16 03:33:59",
"timeType": "LOAD",
"updateTime": "2025-05-17 20:24:55"
}
]
}