{
"startDate": "string",
"endDate": "string",
"pjDealMajorIds": "Sets.newHashSet()",
"containOtherDealMajor": true,
"classCodes": "Sets.newHashSet()",
"objTypes": "Sets.newHashSet()",
"finished": true
}curl --location '/exception-event/problem/cold/statistics/download' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"startDate": "string",
"endDate": "string",
"pjDealMajorIds": "Sets.newHashSet()",
"containOtherDealMajor": true,
"classCodes": "Sets.newHashSet()",
"objTypes": "Sets.newHashSet()",
"finished": true
}'{}