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