curl --location --request GET 'https://api-dev.sincetech.com.cn:9443/bpm-todo/todo/copy/queryTodoTypes' \
--header 'Authorization: Bearer '
[
{
"children": [
{}
],
"expand": true,
"flowCode": "string",
"flowName": "string",
"id": "string",
"level": 0,
"model": "string",
"typeCode": "string",
"typeName": "string"
}
]