curl --location --request POST '/api/session' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_date": "2025-04-01 14:00:00",
"end_date": "2025-04-01 16:00:00",
"language": "English",
"film_id": 23,
"room_id": 1
}'
{}