{ "request": { "cursor": 0, "size": 10, "data_id": "20200501" } }
curl --location --request POST 'http://127.0.0.1/topapi/kac/datav/dept/dau/list?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "request": { "cursor": 0, "size": 10, "data_id": "20200501" } }'
{ "errcode": 0, "errmsg": "string", "result": { "data": [ { "daily_active_users": 0, "dept_id": 0, "dept_name": "string", "contacts_number": 0, "pc_active_users": 0, "app_active_users": 0 } ], "has_more": true, "next_cursor": 0 } }