{ "request": { "cursor": 0, "size": 10, "data_id": "20200501" } }
curl --location --request POST 'http://127.0.0.1/topapi/kac/datav/dept/videolive/list?access_token=Be3xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "request": { "cursor": 0, "size": 10, "data_id": "20200501" } }'
{ "request_id": "string", "errcode": 0, "errmsg": "string", "result": { "data": [ { "dept_id": 0, "dept_name": "string", "live_launch_count": 0, "live_time_length": "string", "live_play_user_count": 0 } ], "has_more": true, "next_cursor": 0 } }