x-api-key: ********************
{ "acctId": "string", "devId": "string" }
curl --location --request POST '/gpsdata/latest/4cj' \ --header 'token;' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "acctId": "string", "devId": "string" }'
{ "status": 0, "data": [ { "devId": "string", "tmTime": 0, "acconTime": 0, "lat": 0, "lng": 0, "speed": 0, "direction": 0 } ] }