curl --location --request GET 'http://open.tabcut.com:8090/api/item_creator/sellers?uid=&period=30d&sortField=sellerSoldCount&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": "Success!",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"sellerId": "string",
"sellerName": "string",
"sellerLogoUrl": "string",
"sellerType": 0,
"mainCategoryId": [
"string"
],
"mainCategoryName": [
"string"
],
"sellerLocalGmvPeriod": {
"local": 0,
"region": 0
},
"sellerSoldCountPeriod": 0,
"avgPricePeriod": {
"local": 0,
"region": 0
},
"newItemCountPeriod": 0,
"top3ItemList": [
{
"itemId": "string",
"itemName": "string",
"itemCoverUrl": "string",
"sellerId": "string",
"localGmv": "string",
"localSkuMinPrice": "string",
"rn": 0
}
]
}
]
},
"serverTime": "2026-03-28 10:00:00"
}