{
"reportId": "string",
"action": 0,
"content": "string",
"answers": [
{
"questionId": "string",
"answer": [
"string"
],
"remark": "string"
}
],
"lastOpTime": "string"
}
curl --location --request POST '/api/report/audit' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"reportId": "string",
"action": 0,
"content": "string",
"answers": [
{
"questionId": "string",
"answer": [
"string"
],
"remark": "string"
}
],
"lastOpTime": "string"
}'
{
"code": "string",
"message": "string"
}