curl --location 'http://prod-cn.your-api-server.com/insight/responder/export' \
--header 'Content-Type: application/json' \
--data '{
"start_time": 0,
"end_time": 0,
"team_ids": [
0
],
"channel_ids": [
0
],
"severities": [
"Info"
],
"time_zone": "Asia/Shanghai",
"responder_ids": [
"string"
],
"export_fields": [
"responder_id"
]
}'{}