curl --location --globoff 'https://api.trackingeyes.com/api/shipAIS/getPortHistory?companyCode=undefined&token=[%E8%8E%B7%E5%8F%96Token]%E6%8E%A5%E5%8F%A3%E8%BF%94%E5%9B%9E%E7%9A%84result%E5%80%BC%20%20%20%20&mmsi=414700000&vessel=undefined&startTime=2026-03-01%2000%3A00%3A00&endTime=2026-03-13%2000%3A00%3A00&orgCode=undefined'{
"code": 200,
"codeDesc": "success",
"message": "Operation succeeded",
"result": [
{
"portCode": "CNDLC",
"portNameEn": "DALIAN",
"portNameCn": "大连",
"countryEn": "CHINA",
"countryCn": "中国",
"ata": "2025-09-18 18:09:12",
"atd": "2025-09-19 03:40:08",
"atb": "2025-09-18 18:09:12"
}
]
}