curl --location --request GET 'http://open.tabcut.com:8090/api/seller/top_category?sellerId' \
--header 'x-selected-lng: ja-JP' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'{
"code": "string",
"message": "string",
"result": [
{
"categoryId": "string",
"categoryName": "string",
"soldCountInfo": {
"period30d": 0
},
"gmvInfo": {
"local": 0,
"region": 0
},
"ratio": 0,
"soldCountRatio": 0,
"currencySymbolInfo": {
"local": "string",
"region": "string"
}
}
],
"serverTime": "string"
}