curl --location 'https://api.trackingeyes.com/api/shipAIS/getShipPosition?companyCode=undefined&orgCode=undefined&token=undefined&mmsi=414700000&vessel=undefined&startTime=2026-03-10%2000%3A00%3A00&endTime=2026-03-12%2000%3A00%3A00'{
"code": 200,
"codeDesc": "success",
"message": "Operation succeeded",
"result": [
{
"naviStatus": 0,
"latitude": 35.801666666667,
"longitude": 123.38833333333,
"hdg": "",
"cog": "1790",
"sog": "120",
"utc": "2025-03-11 23:27:19"
},
{
"naviStatus": 0,
"latitude": 35.853333333333,
"longitude": 123.38833333333,
"hdg": "",
"cog": "1790",
"sog": "120",
"utc": "2025-03-11 23:12:24"
},
{
"naviStatus": 0,
"latitude": 35.926666666667,
"longitude": 123.38666666667,
"hdg": "",
"cog": "1790",
"sog": "120",
"utc": "2025-03-11 22:51:26"
}
]
}