Authorization: ********************curl --location --request PATCH '/sessions//settings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"chat_enabled": true,
"stage_enabled": true,
"max_join_limit": 0
}'