{
"startDate": "string",
"endDate": "string",
"dataGroupType": "MONTH",
"status": "UNRESOLVED",
"impactCategoryIds": [
0
]
}
curl --location --request POST '/exception-event/third-part/date-statics' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"dataGroupType": "MONTH",
"status": "UNRESOLVED",
"impactCategoryIds": [
0
]
}'
[
{
"localDate": "",
"exceptionEventCount": 0
}
]