{ "report_id": "17469xxx", "type": 0, "offset": 0, "size": 100 }
curl --location --request POST 'http://127.0.0.1/topapi/report/statistics/listbytype?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "report_id": "17469xxx", "type": 0, "offset": 0, "size": 100 }'
{ "success": true, "request_id": "string", "errcode": 0, "result": { "next_cursor": 0, "has_more": true, "userid_list": [ "string" ] } }