{ "site": "tw", "brandName": "Nike", "startDate": "2025-05-28", "endDate": "2026-05-28", "pageNo": 1, "pageSize": 10 }
curl --location '/api/shopee/brand/trend/query' \ --header 'Content-Type: application/json' \ --data '{ "site": "tw", "brandName": "Nike", "startDate": "2025-05-28", "endDate": "2026-05-28", "pageNo": 1, "pageSize": 10 }'
{ "success": true, "errorCode": "string", "errorMessage": "string", "data": [ { "timest": "2026-05-26", "site": "tw", "brandName": "Nike", "itemCount": 1200, "sales": 5000, "gmv": 500000, "shopCount": 200 } ], "total": 100, "pageNo": 1, "pageSize": 20 }