X-API-Key: ********************curl --location --request POST '/cakeCategory/getGroupTree' \
--header 'X-API-Key: <api-key>'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"name": "string",
"parentId": 0,
"children": [
{
"categroyType": 0,
"icon": "string",
"name": "string",
"id": 0
}
]
}
]
}