curl --location '/iam/api/orgs//subs?attrs=undefined&depth=undefined' \
--header 'Authorization;'{
"result": true,
"error": "string",
"error_description": "string",
"data": [
{
"parentRefId": "string",
"children": [
null
],
"name": "string",
"description": "string",
"id": "string",
"org_path": "string"
}
]
}