{
    "token": "string",
    "users": [
        "string"
    ]
}curl --location --request POST '/public-api/role/getUserRoles' \
--header 'Content-Type: application/json' \
--data-raw '{
    "token": "string",
    "users": [
        "string"
    ]
}'{
    "result": "ok",
    "response": {
        "BuiltIn Roles": {
            "editor": "ia6106a6f42a14847b2a35eb"
        },
        "Customized Roles": [
            [
                "新角色",
                "i28860ddf556e402fb6148c5"
            ]
        ]
    }
}