curl --request PATCH \
--url https://api.tenbyte.io/v1/webinar/sessions/{id}/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"chat_enabled": true,
"stage_enabled": true,
"max_join_limit": 123
}
'