Authorization: Bearer ********************{
"unmuteSelfEnabled": true,
"allowSelfChangeNickname": true,
"locked": true,
"whiteBoardOption": 0,
"shareOption": 0,
"markOption": 0,
"turnOnVideoSelfEnabled": true,
"autoMuteType": 0
}curl --location --request PATCH '/rsc/api/v1/user/sessions//options' \
--header 'x-endpoint-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"unmuteSelfEnabled": true,
"allowSelfChangeNickname": true,
"locked": true,
"whiteBoardOption": 0,
"shareOption": 0,
"markOption": 0,
"turnOnVideoSelfEnabled": true,
"autoMuteType": 0
}'{}