Request to get incidents by IDs (list one incident)

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 "{
"ids" : [262458], "type" : "INCIDENTS"
}"