curl --location --request GET '/vehicles/' \
--header 'Authorization: <api-key>'[
{
"id": "string",
"user_id": "string",
"license_plate": "string",
"make": "string",
"model": "string",
"color": "string",
"year": 0,
"created_at": "string"
}
]