curl --location --request GET '/reservations/' \
--header 'Authorization: <api-key>'{
"id": "1",
"user_id": "281",
"parking_lot_id": "217",
"vehicle_id": "471",
"start_time": "2025-12-03T11:00:00Z",
"end_time": "2025-12-03T14:00:00Z",
"status": "confirmed",
"created_at": "2025-12-01T11:00:00Z",
"cost": 7.5
}