curl --location --request GET 'http://open.tabcut.com:8090/api/category/potential?region&yearMonth&tkCategoryLv2Ids&tkCategoryLv3Ids&categoryLevels&perDayGmvIncrRateStart&perDayGmvIncrRateEnd&top3SellerGmvRatioStart&top3SellerGmvRatioEnd&top10SellerGmvRatioStart&top10SellerGmvRatioEnd&pageNo&pageSize&sortField' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}' \
--header 'x-selected-lng;'{
"code": "string",
"message": "string",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"tkLvId": "string",
"tkLvName": "string",
"gmvInfo": {
"periodCurrent": {
"local": 0,
"region": 0
}
},
"perDayGmvIncrRate": 0,
"sellerCount": 0,
"soldItemCount": 0,
"avgSellerGmv": {
"local": 0,
"region": 0
},
"level": "string",
"avgPrice": {
"local": 0,
"region": 0
},
"avgCommissionRate": 0,
"top3SellerGmvRatio": 0,
"top10SellerGmvRatio": 0,
"gmvTrendList": [
{
"date": "string",
"local": 0,
"region": 0
}
]
}
]
},
"serverTime": "string"
}