Request to update incidents status by event IDs

curl --insecure --location --request POST "https://<DLP Manager IP>:<DLP Manager port>/dlp/rest/v1/incidents/update" \
--header "Authorization: Bearer <access token>" \
--header "Content-Type: application/json" \
--data-raw "{
"event_ids" : [9315711207487646059,
5758754422662242777], "type" : "INCIDENTS",
"action_type" : "TAG", "value" : "custom tag"
}"