curl --location '/iam/api/orgs/?attrs=undefined' \
--header 'Authorization;'{
"result": true,
"error": "string",
"error_description": "string",
"data": {
"name": "string",
"description": "string",
"num_of_children": 0,
"id": "string",
"org_path": "string",
"num_of_users": 0,
"tenant_id": "string",
"parentRefId": "string"
}
}