{
"riskBusinessIdList": [
"string"
],
"pjRiskCategory": true,
"notRegardFault": true,
"additionalRisk": true
}curl --location '/pj/risk/batch-clear' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"riskBusinessIdList": [
"string"
],
"pjRiskCategory": true,
"notRegardFault": true,
"additionalRisk": true
}'{}