curl --location --request GET 'http://open.tabcut.com:8090/api/seller/sales_trend?sellerId&startDs&endDs' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'{
"code": "string",
"message": "string",
"result": {
"sellerId": "string",
"region": "string",
"currencySymbolInfo": {
"local": "string",
"region": "string"
},
"soldCount": [
{
"date": "string",
"score": 0
}
],
"gmv": [
{
"date": "string",
"score": 0
}
]
},
"serverTime": "string"
}