{ "request": { "cursor": 0, "size": 100, "data_id": "20201202" } }
curl --location --request POST 'http://127.0.0.1/topapi/kac/datav/dept/videoconf/list?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "request": { "cursor": 0, "size": 100, "data_id": "20201202" } }'
{ "errcode": 0, "errmsg": "string", "result": { "data": [ { "dept_id": 0, "dept_name": "string", "join_count": 0, "start_avg_len_min": "string", "start_count": 0, "start_len_min": "string" } ], "has_more": true, "next_cursor": 0 } }