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