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