curl --location --request GET 'http://127.0.0.1:6810/api/server/info' \
--header 'Authorization: Bearer <token>'{
"code": "GET_SERVER_INFO",
"message": "成功获取服务器信息",
"data": {
"total_user": 4,
"total_controller": 2,
"total_activity": 1
}
}