{
    "token": "string"
}curl --location --request POST '/public-api/user//groups' \
--header 'Content-Type: application/json' \
--data-raw '{
    "token": "string"
}'{
    "result": "ok",
    "response": [
        {
            "ugId": "j1531ddb7784444d2b702364",
            "domId": "testing",
            "parentId": "",
            "name": "技术支持"
        },
        {
            "ugId": "o0628f3b03d9440738b98a27",
            "domId": "testing",
            "parentId": "",
            "name": "所有人"
        }
    ]
}