{ "offset": 0, "size": 20, "report_id": "174xxxx" }
curl --location --request POST 'http://127.0.0.1/topapi/report/comment/list?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "offset": 0, "size": 20, "report_id": "174xxxx" }'
{ "result": { "comments": [ { "create_time": "string", "content": "string", "userid": "string" } ], "has_more": true, "next_cursor": 0 }, "errcode": 0, "request_id": "string", "success": true }