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