curl --location --request GET '/api/v2/chatFilter/list?token=&groupId='
{
"data": [
{
"id": "string",
"org_id": "string",
"group_id": "string",
"name": "string",
"rules": [
{
"filter_type": 0,
"action": 0,
"values": [
"string"
]
}
],
"order": 0
}
],
"errcode": 0,
"errmsg": "string"
}