{
    "token": "string"
}curl --location --request POST '/public-api/user-group/list' \
--header 'Content-Type: application/json' \
--data-raw '{
    "token": "string"
}'{
    "result": "ok",
    "response": [
        {
            "ugId": "l41674d2c400f4d5496265c0",
            "domId": "testing",
            "parentId": "",
            "name": "420test111"
        },
        {
            "ugId": "sc4368067ea494b5ea032c71",
            "domId": "testing",
            "parentId": "",
            "name": "权限测试"
        }
    ]
}