{
    "token": "string",
    "loginIds": [
        "string"
    ],
    "ugIds": [
        "string"
    ],
    "isExternal": true
}curl --location --request POST '/public-api/user/add-to-groups' \
--header 'Content-Type: application/json' \
--data-raw '{
    "token": "string",
    "loginIds": [
        "string"
    ],
    "ugIds": [
        "string"
    ],
    "isExternal": true
}'{
    "result": "ok",
    "response": "success"
}