curl --location --request GET 'http://open.tabcut.com:8090/api/live/v2/item_list?roomId=7456789012345678901&tkCategoryLv1Id=600024&sortField=roomSoldCountTotal&sortType=desc&pageNo=1&pageSize=10' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}' \
--header 'x-selected-lng: ja-JP'{
"code": "200",
"message": "成功!",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"itemId": "string",
"itemName": "string",
"itemCategoryId": "string",
"itemCategoryNameZh": "string",
"itemCategoryNameEn": "string",
"itemPicUrl": "string",
"localPriceCurrency": "string",
"localPriceSymbol": "string",
"localPrice": 0,
"originPrice": 0,
"rmbPrice": 0,
"usdPrice": 0,
"localGmvPeriod": 0,
"rmbGmvPeriod": 0,
"usdGmvPeriod": 0,
"soldCountPeriod": 0,
"currencySymbolInfo": {
"local": "string",
"region": "string"
},
"gmvInfo": {
"periodCurrent": {
"local": 0,
"region": 0
},
"total": {
"local": 0,
"region": 0
}
},
"priceList": [
{
"local": 0,
"region": 0
}
],
"originPriceList": [
{
"local": 0,
"region": 0
}
],
"floorPriceList": [
{
"local": 0,
"region": 0
}
]
}
]
},
"serverTime": "2026-04-09 10:53:25"
}