Authorization: Bearer ********************curl --location 'http://127.0.0.1:9000/login_logs' \
--header 'Authorization: Bearer <token>'{
"records": [
{
"id": 0,
"createdBy": 0,
"createdName": "",
"createdTime": {
"seconds": 0,
"nanos": 0
},
"ip": "",
"tenantId": 0,
"tenantCode": "",
"principal": "",
"platform": "",
"engine": "",
"browser": "",
"os": "",
"location": "",
"clientId": "",
"loginType": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": ""
}