Authorization: Bearer ********************{
"watchMainVenueEnabled": true
}curl --location '/rsc/api/v2/user/sessions//endpoints//actions/roll-call' \
--header 'x-endpoint-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"watchMainVenueEnabled": true
}'{}