Authorization: Bearer ********************
curl --location --request GET 'http://127.0.0.1:8001/openapi/vehicles/'
{ "count": 10, "page_size": 123, "previous": null, "current": 1, "next": 2, "results": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "status": "string", "vin": "string", "name": "string", "make": "string", "model": "string", "year": "string", "licensePlate": { "state": "string", "number": "string" } } ] }