curl --location --request GET 'https://api.firsteld.com/openapi/vehicles/locations/' \
--header 'Authorization: Bearer <token>'
{
"count": 10,
"page_size": 123,
"previous": null,
"current": 1,
"next": 2,
"results": [
{
"driver": "string",
"vehicle": "string",
"locatedAt": "2019-08-24T14:15:22Z",
"location": {
"latitude": 0,
"longitude": 0
},
"address": "string",
"heading": 0,
"speed": 0,
"odometer": 0
}
]
}