access-token: ********************curl --location '/admin/tasks/' \
--header 'access-token: <api-key>'{
"success": true,
"task": {
"id": 1,
"title": "安装操作系统",
"status": "Working",
"action": "InstallOS",
"percent": 50,
"subTasks": [
{
"status": "Working",
"percent": 50,
"working_on": "正在安装操作系统",
"created_at": "2023-01-01T12:00:00Z",
"updated_at": "2023-01-01T12:30:00Z"
}
]
}
}