Request with date filters and sorting

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 "{
"sort_by": "INSERT_DATE", "type" : "INCIDENTS",
"from_date" : "01/08/2021 16:00:00", "to_date" : "12/08/2021 20:00:00",
}"