{
"current": 1,
"page_size": 10,
"start_at": "string",
"end_at": "string",
"live_id": 0,
"userid": 0
}curl --location '/api/data-report/live-watch-player-report-log/list/by-live-id' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data '{
"current": 1,
"page_size": 10,
"start_at": "string",
"end_at": "string",
"live_id": 0,
"userid": 0
}'{
"list": [
{
"id": 0,
"userid": 0,
"device": "string",
"duration": 0,
"live_duration": 0,
"playback_duration": 0,
"video_duration": 0,
"player_status": 0,
"room_status": 0,
"created_at": "string"
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}