curl --location --request POST 'http://127.0.0.1:8000/api/reservations' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": 15,
"type": "solo",
"seats": [4]
}'
{
"message": "string"
}