token: ********************curl --location '/admin/servers//task/' \
--header 'token: <api-key>'{
"success": true,
"task": {
"id": 0,
"title": "string",
"log": "string",
"subTasks": [
{
"working_on": "string",
"status": "string",
"percent": 0
}
]
}
}