$ curl -s -X POST localhost:8080/booking-record \
     -H 'Content-Type: application/json' \
     -d '{"startDate":"2026-05-01","endDate":"2026-05-10"}'

HTTP status: 200
Body: Booking accepted: 2026-05-01 -> 2026-05-10
