{
"startDate": "string",
"endDate": "string",
"pjDealMajorIds": "Sets.newHashSet()",
"containOtherDealMajor": true,
"classCodes": "Sets.newHashSet()",
"objTypes": "Sets.newHashSet()",
"finished": true
}
curl --location --request POST '/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-raw '{
"startDate": "string",
"endDate": "string",
"pjDealMajorIds": "Sets.newHashSet()",
"containOtherDealMajor": true,
"classCodes": "Sets.newHashSet()",
"objTypes": "Sets.newHashSet()",
"finished": true
}'
{}