x-api-key: ********************
{
"devId": "string"
}
curl --location --request POST '/gpsdata/latest' \
--header 'token;' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"devId": "string"
}'
{
"status": 0,
"data": {
"devId": "string",
"tmTime": 0,
"acconTime": 0,
"direction": 0,
"fuelWear": 0,
"lat": 0,
"lng": 0,
"tripMileage": 0,
"rpm": 0,
"speed": 0,
"deviceMileage": 0,
"odometer": 0,
"preference": 0
}
}