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