curl --location --request GET '/adminapi/product/category/detail?id'
{
"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",
"hasChildren": 0
}