POST /openapi/audit 提交。{
"text": "string"
}curl --location 'https://app-test.fagougou.com/openapi/audit/custom-demand/generate-ai-rules' \
--header 'Content-Type: application/json' \
--data '{
"text": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"rules": [
{}
]
}
}