curl --location --request GET 'http://localhost:8080/api/task/tree'
{
"id": 0,
"type": 0,
"owner": "string",
"startTime": "string",
"description": {},
"children": [
{}
],
"state": 0,
"blocked": {},
"pointer": 0
}