Authorization: Bearer ********************curl --location --request GET 'http://localhost:8080/api/v1/log/content?path×tamp' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": [
{
"level": "string",
"msg": "string",
"time": "string"
}
],
"message": "success"
}