{
"action": "delete",
"handle_result": "Content violates community guidelines",
"id": 1,
"notify_reporter": true
}curl --location --request POST '/manage/reports/handle' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "delete",
"handle_result": "Content violates community guidelines",
"id": 1,
"notify_reporter": true
}'{
"code": 20000,
"data": {
"handled_at": "2024-01-01 14:00:00",
"id": 1,
"status": "resolved"
},
"err_code": "string",
"msg": null
}