curl --location --request GET 'http://open.tabcut.com:8090/api/item/live_list?itemId&filterType&roomCreateTimeBegin&roomCreateTimeEnd&pageNo&pageSize' \
--header 'x-appKey;' \
--header 'x-timestamp;' \
--header 'x-sign;'{
"code": "200",
"message": "success",
"result": {
"total": 1569,
"pageNo": 1,
"pageSize": 2,
"data": {
"roomList": [
{
"roomId": "7584460737469303583",
"roomName": "Live room example",
"liveDuration": 3768,
"roomCoverUrl": "https://cdn.tabcut.com/example/cover.webp",
"authorAvatarUrl": "https://cdn.tabcut.com/example/avatar.webp",
"authorUid": "7513389629816669226",
"authorName": "CreatorName",
"uniqueId": "creator.unique",
"followerCountTotal": 2655,
"roomCreateTime": "2025-12-16 22:24:41",
"totalUser": 1528,
"soldTransRate": 0.0007,
"liveItemSoldCountPeriod": 1,
"liveRoomGmvInfo": {
"periodCurrent": {
"local": 15.95,
"region": 15.95
}
},
"currencySymbolInfo": {
"local": "$",
"region": "$"
}
}
],
"soldCountPeriod": 7670
}
},
"serverTime": "2025-12-17 14:47:22"
}