x-api-key: ********************
{
"acctId": "string"
}
curl --location --request POST '/gpsdata/device-last-location' \
--header 'token;' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"acctId": "string"
}'
{
"status": 0,
"data": [
{
"devId": "string",
"tmTime": 0,
"lat": 0,
"lng": 0,
"speed": 0,
"direction": 0,
"rpm": 0,
"fuelWear": 0,
"idling": 0
}
]
}