- POST /api/reservations/:roomId/:userId
- Content-Type: 'application/json'
- GET /api/reservations/:roomId
- Content-Type: 'application/json'
- PUT /api/reservations/:reservationId
- Content-Type: 'application/json'
- DELETE /api/reservations/:reservationId
- Content-Type: 'application/json'