curl --location -g --request PUT '/reservations/{{$number.int(min=1)}}' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"parking_lot": "588",
"licenseplate": "7611",
"startdate": "2026-01-05T16:45:00Z",
"enddate": "2026-01-05T18:45:00Z"
}'{
"status": "Updated",
"reservation": {
"id": "1971",
"user_id": "4589",
"parking_lot_id": "588",
"vehicle_id": "7611",
"start_time": "2026-01-05T16:45:00Z",
"end_time": "2026-01-05T18:45:00Z",
"status": "confirmed",
"created_at": "2026-01-04T16:45:00Z",
"cost": 4
}
}