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