curl --location --request GET '/ent/enterprise/card/tree' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization;' \
--header 'X-Requested-With;'
{
"message": "string",
"status": 0,
"data": [
{
"pid": 0,
"path": [
"string"
],
"value": 0,
"label": "string",
"user_count": 0,
"children": [
{
"pid": 0,
"path": [
0
],
"value": 0,
"label": "string",
"user_count": 0,
"children": [
{
"pid": 0,
"path": [
0
],
"value": 0,
"label": "string",
"user_count": 0
}
]
}
]
}
]
}