Authorization: Bearer ********************
curl --location --request GET 'http://127.0.0.1:9897/api/tasks/f89edaf9-bfdf-45ba-8282-c61744330f1a/logs' \
--header 'Authorization: Bearer <token>'
{
"success": true,
"backgroundTask": null,
"message": null,
"data": [
{
"time": 0,
"level": "ERROR",
"threadName": "string",
"text": "string"
}
]
}