{ "pageNo": 1, "pageSize": 20, "site": "tw", "level": 1, "categoryId": 100001, "date": "2026-05-26", "sortField": 1, "period": 1 }
curl --location '/api/shopee/cat/ranking/query' \ --header 'Content-Type: application/json' \ --data '{ "pageNo": 1, "pageSize": 20, "site": "tw", "level": 1, "categoryId": 100001, "date": "2026-05-26", "sortField": 1, "period": 1 }'
{ "success": true, "errorCode": "string", "errorMessage": "string", "data": [ null ], "total": 100, "pageNo": 1, "pageSize": 20 }