curl --location --request GET '/api/category/category/parentTree' \
--header 'X-Shop-Id: 0'
[
{
"categoryId": 0,
"categoryName": "string",
"parentId": 0,
"catList": [
{
"categoryId": 0,
"categoryName": "string",
"keywords": "string",
"categoryDesc": "string",
"parentId": 0,
"sortOrder": 0,
"measureUnit": "string",
"isShow": 0,
"seoTitle": "string",
"shortName": "string",
"categoryPic": "string",
"categoryIco": "string",
"isHot": 0,
"searchKeywords": "string"
}
]
}
]