curl --location --request GET 'https://api-dev.sincetech.com.cn:9443/bpm-portal/sys/sysType/v1/getTypesByKey?typeKey=' \
--header 'Authorization: Bearer '
[
{
"children": [
{}
],
"depth": 0,
"icon": "string",
"id": "string",
"isLeaf": "Y",
"isParent": "string",
"name": "string",
"open": "string",
"ownerId": "string",
"parentId": "string",
"path": "string",
"pkVal": "string",
"sn": 0,
"struType": 0,
"text": "string",
"typeGroupKey": "string",
"typeKey": "string"
}
]