Request to get incidents by action

curl --insecure --location --request POST "https://<DLP Manager IP>:<DLP Manager port>/dlp/rest/v1/incidents/" \
--header "Authorization: Bearer <access token>" \
--header "Content-Type: application/json" \
--data-raw "{
"type" : "INCIDENTS",
"from_date" : "01/08/2021 16:00:00", "to_date" : "12/08/2021 20:00:00",
"action" : "BLOCKED"
}"