Authorization: Bearer ********************{
"containerNo":"HNKU6236308",
"startStation":"130505",
"endStation": "707701"
}curl --location --request POST 'http://openapi.freightower.com/rail/eu/track' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"containerNo":"HNKU6236308",
"startStation":"130505",
"endStation": "707701"
}'{
"statusCode": 20000,
"message": "成功",
"data": {
"queuedNumber": "0",
"unCode": "e90a07438d8f63fc61b2efc6ea7aa784"
}
}