Request to update incident status with scan_partitions set to ALL

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" : 132035
}
],
"type" : "INCIDENTS",
"action_type" : "STATUS", "value" : "IN_PROCESS",
"scan_partitions" : "ALL"
}"