{
"startTime": "string",
"endTime": "string",
"klbRiskEventIds": [
0
],
"riskStatuses": [
"NORMAL"
],
"potential": true,
"finished": true
}
curl --location --request POST '/ee/risk-event/count-statics' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": "string",
"endTime": "string",
"klbRiskEventIds": [
0
],
"riskStatuses": [
"NORMAL"
],
"potential": true,
"finished": true
}'
0