Requesting a Reservation (POST)
Endpoint: POST /api/reservations.php
Creates a new reservation request, which starts in a pending status. Requires write permissions.
Body: aircraft, date (YYYY-MM-DD), start_time (HH:MM), end_time (HH:MM), and optional notes. Will return a 409 error if the requested slot overlaps with an already-approved reservation.