curl --location '/exception/event/object-tree?exceptionEventStatus=undefined' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}'[
{
"uuid": "",
"type": "",
"code": "",
"name": "",
"sortIdx": "",
"children": [
{
"uuid": "",
"type": "",
"code": "",
"name": "",
"sortIdx": "",
"children": [
{
"uuid": "",
"type": "",
"code": "",
"name": "",
"sortIdx": "",
"children": []
}
]
}
]
}
]