curl --location --request GET 'http://localhost:5600/open/crons//logs' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": [
{
"filename": "string",
"directory": "string",
"time": 0
}
]
}