Authorization: Bearer ********************{
"id": 1,
"status": 2
}curl --location '/api/admin/audit/comments/action' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"status": 2
}'{"code":200,"message":"已成功驳回该评论","data":null}