Authorization: Bearer ********************
curl --location --request GET 'http://127.0.0.1:8001/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 } ] }