The new version 20250310 is available.
20250310
curl --location --request GET 'https://shopapi.geckodistribution.com/api/open/category/list?pageNum=1&rank=10&parentid=0' \ --header 'version;' \ --header 'token;'
{ "status": "0", "message": "Operation successful.", "data": { "total": 1000, "pageNum": 1, "pageSize": 100, "categoryList": [ { "id": 1042212, "parentid": 122098001, "rank": 10, "ename": "Bicycle lights" } ] } }