Request to update incidents status with scan_partitions set to LAST_ACTIVE

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" : 2185301
},
{
"incident_id" : 2719665
},
{
"incident_id" : 2719668
}
],
"type" : "INCIDENTS",
"action_type" : "STATUS", "value" : "NEW",
"scan_partitions" : "LAST_ACTIVE"
}"