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