Authorization: Bearer ********************curl --location --request GET 'http://openapi.freightower.com/gis/route/plan/byvessel?pod=USLAX&vessel=TUBUL' \
--header 'Authorization: Bearer <token>'{
"statusCode": 20000,
"message": "成功",
"data": {
"type": "LineString",
"coordinates": [
[
96.443567457,
5.864179936
],
[
96.342093,
5.89469
]
]
}
}