{ "request": { "cursor": 0, "size": 100, "live_uuid": "90d34eb3-f4c1-4f7a-93cf-xxxx", "openConversationId": "1234" } }
curl --location --request POST 'http://127.0.0.1/topapi/kac/datav/videolive/viewer/list?access_token=28sdas3xxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "request": { "cursor": 0, "size": 100, "live_uuid": "90d34eb3-f4c1-4f7a-93cf-xxxx", "openConversationId": "1234" } }'
{ "request_id": "string", "errcode": 0, "errmsg": "string", "result": { "data": [ { "play_duration": 0, "play_duration_min": "string", "play_record_duration": 0, "play_record_duration_min": "string", "userid": "string" } ], "has_more": true, "next_cursor": 0 } }