{
    "start_time": 0,
    "end_time": 0,
    "team_ids": [
        0
    ],
    "channel_ids": [
        0
    ],
    "severities": [
        "Info"
    ],
    "time_zone": "Asia/Shanghai",
    "aggregate_unit": "string",
    "split_hours": true
}curl --location --request POST 'http://prod-cn.your-api-server.com/insight/team' \
--header 'Content-Type: application/json' \
--data-raw '{
    "start_time": 0,
    "end_time": 0,
    "team_ids": [
        0
    ],
    "channel_ids": [
        0
    ],
    "severities": [
        "Info"
    ],
    "time_zone": "Asia/Shanghai",
    "aggregate_unit": "string",
    "split_hours": true
}'{
    "error": {
        "code": "InvalidParameter",
        "message": "string"
    },
    "data": {
        "items": [
            {
                "total_engaged_seconds": 0,
                "total_incident_cnt": 0,
                "total_incidents_acknowledged": 0,
                "total_incidents_closed": 0,
                "total_incidents_auto_closed": 0,
                "total_incidents_manually_closed": 0,
                "total_incidents_timeout_closed": 0,
                "total_incidents_escalated": 0,
                "total_incidents_manually_escalated": 0,
                "total_incidents_timeout_escalated": 0,
                "total_incidents_reassigned": 0,
                "total_notifications": 0,
                "total_interruptions": 0,
                "mean_seconds_to_ack": 0,
                "mean_seconds_to_close": 0,
                "noise_reduction_pct": 0,
                "acknowlegement_pct": 0,
                "ts": 0,
                "hours": "work",
                "channel_id": 0,
                "channel_name": "string",
                "team_id": 0,
                "team_name": "string",
                "total_alert_cnt": 0,
                "total_alert_event_cnt": 0
            }
        ]
    }
}