Request to update incident status by Incident ID and Partition Index

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 "{
"incident_keys" : [
{
"incident_id" : 2719662,
"partition_index": 20210831
},
{
"incident_id" : 2719665,
"partition_index": 20210831
},
{
"incident_id" : 271966800000,
"partition_index": 20210831
}
],
"type" : "INCIDENTS",
"action_type" : "STATUS", "value" : "NEW"
}"