{ "report_id": "174xxxx" }
curl --location --request POST 'http://127.0.0.1/topapi/report/statistics?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "report_id": "174xxxx" }'
{ "result": { "read_num": 0, "comment_num": 0, "comment_user_num": 0, "like_num": 0 }, "errcode": 0, "request_id": "string", "success": true }