curl --location --request GET 'http://open.tabcut.com:8090/api/seller/item_list?sellerId&tkLv1Id&valid&sortField&pageNo&pageSize' \
--header 'x-selected-lng: ja-JP' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'{
"code": "string",
"message": "string",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"itemId": "string",
"itemCoverUrl": "string",
"itemName": "string",
"soldCountGrowthRate": 0,
"itemCategoryId": 0,
"itemCategoryName": "string",
"region": "string",
"discoverTime": "string",
"currencySymbolInfo": {
"local": "string",
"region": "string"
},
"priceList": [
{
"local": "string",
"region": "string"
}
],
"gmvInfo": {
"total": {
"local": 0,
"region": 0
}
},
"commissionRate": 0,
"soldCountInfo": {
"period1d": 0,
"period30d": 0,
"prePeriod1d": 0,
"total": 0
},
"valid": 0,
"localGmvGrowthRate": 0
}
]
},
"serverTime": "string"
}