curl --location --request GET 'http://open.tabcut.com:8090/api/category/gmv?yearMonth=202501®ion=US' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'{
"code": "200",
"message": "Success!",
"result": {
"gmvInfo": {
"periodCurrent": {
"local": 0,
"region": 0
},
"period1d": {
"local": 0,
"region": 0
}
},
"monthGmvIncrRate": 0,
"avgGmvIncrRate": 0,
"gmvTrendList": [
{
"date": "20250101",
"local": 0,
"region": 0
}
]
},
"serverTime": "2026-02-05 10:53:25"
}