Valid columns are:
When no columns are provided the default is used. (name)
# View all groups
list groups
# View groups and the expression used
list groups name, expression
# sample output (list groups)
{
"columns": ["name"],
"groups": [
["linux"],
["windows"]
]
}