curl --location --request GET '/vehicles/1' \ --header 'Authorization: {{token}}'
{ "id": 1, "license_plate": "ABC1234", "make": "Toyota", "model": "Corolla", "status": "disponible", "year": 2020 }