curl --location --request POST '/vehicles//entry' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"parking_lot": 1
}'{
"status": "Accepted",
"vehicle": {
"id": "14211",
"user_id": "8601",
"license_plate": "10-TST-9",
"make": "Toyota",
"model": "Corolla",
"color": "Red",
"year": 2024,
"created_at": "(Today's date)"
}
}