Authorization: Bearer ********************{
"viewState": "VIDEO"
}curl --location --request PATCH '/rsc/api/v1/user/sessions//actions/change-mode' \
--header 'x-endpoint-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"viewState": "VIDEO"
}'{}