Request to get incidents by date range

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" : "31/10/2021 09:56:00", "to_date" : "08/11/2021 09:57:00"
}"