Authorization: Bearer ********************
curl --location --request POST 'http://localhost:8080/ess/essbtlogdata/exportlist' \
--header 'Authorization: Bearer <token>'
{
"total": 0,
"rows": [
{
"": {}
}
],
"code": 0,
"msg": ""
}