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