{
"riskEventBusinessId": 0,
"follow": true
}curl --location '/pj/risk-event/update-follow' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"riskEventBusinessId": 0,
"follow": true
}'{}