curl --location --request GET 'http://open.tabcut.com:8090/api/category/top_category?yearMonth=202501®ion=US' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}' \
--header 'x-selected-lng: en-US'{
"code": "200",
"message": "Success!",
"result": [
{
"tkCategoryId": "string",
"categoryId": "string",
"categoryName": "string",
"gmvAmount": {
"local": 0,
"region": 0
},
"currencySymbolInfo": {
"local": "string",
"region": "string"
},
"soldCount": 0,
"avgCommissionRate": 0,
"avgPriceAmount": {
"local": 0,
"region": 0
},
"ratio": 0,
"rank": 0
}
],
"serverTime": "2026-02-05 10:53:25"
}