{
"isPass": true,
"reason": "string"
}
curl --location --request PUT 'https://aiagent-openapi.sjzn.com/v1/audit/' \
--header 'Content-Type: application/json' \
--data-raw '{
"isPass": true,
"reason": "string"
}'
{
"code": "Service.Success",
"data": {
"success": true,
"message": "测试"
}
}