curl --location --request GET 'http://localhost:8080/system/visitor/sysInfo' \
--header 'Authorization;'
{
"code": 0,
"status": true,
"msg": "string",
"data": {
"property1": {},
"property2": {}
},
"isSecurity": true
}