curl --location --request GET 'http://open.tabcut.com:8090/api/item/v3/live_list?itemId=&sortField=roomCreateTime&sortType=desc&roomCreateStartDs=20241122&roomCreateEndDs=20251221&pageNo=1&pageSize=10' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'{
"code": "200",
"message": "Success!",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": {
"soldCountPeriod": 0,
"roomList": [
{
"roomId": "string",
"roomName": "string",
"liveDuration": 0,
"roomCoverUrl": "string",
"authorAvatarUrl": "string",
"authorUid": "string",
"authorName": "string",
"uniqueId": "string",
"followerCountTotal": 0,
"roomCreateTime": "string",
"totalUser": 0,
"liveItemSoldCountPeriod": 0,
"liveRoomGmvInfo": {
"periodCurrent": {
"local": 0,
"region": 0
}
},
"soldTransRate": 0,
"liveRevenuePerThousandViewsInfo": {
"periodCurrent": {
"local": 0,
"region": 0
}
},
"currencySymbolInfo": {
"local": "string",
"region": "string"
}
}
]
}
},
"serverTime": "2026-02-05 10:53:25"
}