/api/v1/vessels/:mmsiVessel snapshotLatest position for one vessel. Falls back to Postgres if the vessel has aged out of the Redis hot cache.
{
"vessel": {
"mmsi": 565819000,
"name": "MAERSK ALGOL",
"imo": 9333394,
"category": "cargo",
"flag": "SG",
"lat": 33.732,
"lon": -118.248,
"sog": 0,
"cog": 213.2,
"heading": 70,
"navStatus": 5,
"destination": "LONG BEACH",
"lastSeen": 1700000000000
}
}