curl --location --request GET '/vehicles//reservations' \
--header 'Authorization: <api-key>'[
{
"id": "string",
"user_id": "string",
"parking_lot_id": "string",
"vehicle_id": "string",
"start_time": "string",
"end_time": "string",
"status": "string",
"created_at": "string",
"cost": 0
}
]