curl --location --request GET 'https://api.firsteld.com/openapi/vehicles/locations/'
{
"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,
"odometer_with_offset": 0,
"odometer_override": 0
}
]
}