Authorization: Bearer ********************{
"value": true
}curl --location --request PATCH '/rsc/api/v1/user/sessions//endpoints//main-venue' \
--header 'x-endpoint-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": true
}'{}