Authorization: Bearer ********************{
"autoPermitted": true,
"endpointIdList": "new ArrayList<>()"
}curl --location --request POST '/rsc/api/v1/user/sessions//endpoints/actions/move-into-session' \
--header 'x-endpoint-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"autoPermitted": true,
"endpointIdList": "new ArrayList<>()"
}'{}