{
"userId": 0,
"tenantId": 0,
"orgId": 0
}curl --location '/api/org/find/authOrgTree' \
--header 'Content-Type: application/json' \
--data '{
"userId": 0,
"tenantId": 0,
"orgId": 0
}'{
"success": true,
"message": "string",
"errorCode": "string",
"errorMsg": null,
"requestID": "string",
"total": 0,
"data": [
{
"orgId": "string",
"orgName": "string",
"check": true,
"orgCategory": "string",
"children": [
{
"orgId": "string",
"orgName": "string",
"check": true,
"orgCategory": "string",
"children": [
{
"orgId": "string",
"orgName": "string",
"check": true,
"orgCategory": "string",
"children": [
{
"orgId": "string",
"orgName": "string",
"check": true,
"orgCategory": "string"
}
]
}
]
}
],
"orgType": 0
}
]
}