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