{
    "token":"sdjfghfodjgjshgfiw23ehrt43",
    "loginIds": ["uId1"],
    "ugIds": ["ugId1", "ugId2"],
    "isExternal": true
}curl --location --request POST '/public-api/user/remove-from-groups' \
--header 'Content-Type: application/json' \
--data-raw '{
    "token":"sdjfghfodjgjshgfiw23ehrt43",
    "loginIds": ["uId1"],
    "ugIds": ["ugId1", "ugId2"],
    "isExternal": true
}'{
    "result": "ok",
    "response": "success"
}