Authorization: Bearer ********************{
"unmuteSelfEnabled": true
}curl --location -g --request PATCH '/rsc/api/v1/user/sessions/{{sessionId}}/endpoints/actions/mute-all' \
--header 'x-endpoint-id: {{endpointId}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"unmuteSelfEnabled": true
}'{}