{
    "p": 0,
    "limit": 0,
    "asc": true,
    "orderby": "created_at",
    "query": "string",
    "team_id": 0,
    "is_my_managed": true,
    "is_my_starred": true,
    "is_my_team": true,
    "channel_ids": [
        0
    ],
    "is_brief": true
}curl --location --request POST 'http://prod-cn.your-api-server.com/channel/list' \
--header 'Content-Type: application/json' \
--data-raw '{
    "p": 0,
    "limit": 0,
    "asc": true,
    "orderby": "created_at",
    "query": "string",
    "team_id": 0,
    "is_my_managed": true,
    "is_my_starred": true,
    "is_my_team": true,
    "channel_ids": [
        0
    ],
    "is_brief": true
}'{
    "error": {
        "code": "string",
        "message": "string"
    },
    "data": {
        "items": [
            {
                "channel_id": 0,
                "team_id": 0,
                "channel_name": "string",
                "description": "string",
                "auto_resolve_timeout": 0,
                "is_private": true,
                "flapping": {
                    "max_changes": "i",
                    "in_mins": 0,
                    "mute_mins": 0
                },
                "group": {
                    "method": "i",
                    "cases": [
                        {
                            "if": [
                                {
                                    "key": "title",
                                    "oper": "IN",
                                    "vals": [
                                        "string"
                                    ]
                                }
                            ],
                            "equals": [
                                "string"
                            ]
                        }
                    ],
                    "equals": [
                        [
                            "title"
                        ]
                    ],
                    "all_equals_required": true,
                    "time_window": 0,
                    "storm_threshold": 0
                },
                "status": "enabled",
                "created_at": 0,
                "updated_at": 0,
                "progress_to_incident_cnts": {
                    "Triggered": 0,
                    "Processing": 0
                },
                "active_incident_highest_severity": "string"
            }
        ],
        "has_next_page": true,
        "total": 0
    }
}