curl --location --request GET '/api/shop/category/parentTree?id' \ --header 'X-Shop-Id: 0'
[ { "categoryId": 0, "parentId": 0, "categoryName": "string", "catList": [ {} ] } ]