{ "brandName": "Nike", "timest": "2026-05-26" }
curl --location '/api/shopee/brand/site/distribute/query' \ --header 'Content-Type: application/json' \ --data '{ "brandName": "Nike", "timest": "2026-05-26" }'
{ "success": true, "errorCode": "string", "errorMessage": "string", "data": [ { "date": "2026-05-26", "site": "tw", "siteName": "台湾", "sales30day": 50000, "sales30dayRatio": 35.5, "gmv30day": 5000000, "gmv30dayRatio": 40 } ] }