POST /api/v1/auth/login/
{ "email": "you@hotel.com", "password": "***" }
{ "access": "eyJ...",
"refresh": "eyJ...",
"user": { "hotels_count": 1 } }
GET /api/v1/occupancy/daily/?hotel=1
Authorization: Bearer eyJ...
POST /api/v1/occupancy/daily/
{ "hotel": 1, "date": "2024-07-15",
"rooms_occupied": 498,
"bednights_ai": 1050 }