{ "rule_ids": [ "string" ], "title": "string", "subtitle": "string", "reporter": "string", "supporter": "string", "remark": "string" }
curl --location --globoff '/api/task//report' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data '{ "rule_ids": [ "string" ], "title": "string", "subtitle": "string", "reporter": "string", "supporter": "string", "remark": "string" }'