Authorization: ********************curl --location --request GET '/statistics/visitor-logs' \
--header 'Authorization: <api-key>'{
"code": 0,
"data": {
"list": [
{
"city": "string",
"created_at": "string",
"duration": 0,
"ip_address": "string",
"url_path": "string",
"user_agent": "string"
}
],
"page": 0,
"page_size": 0,
"total": 0
},
"message": "string"
}