Authorization: Bearer ********************curl --location --request GET 'https://api.lolia.link/api/v1/user/info' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "获取成功",
"data": {
"avatar": "https://cn.cravatar.com/avatar/e4d49a63f94851590b66ea8b898556d5?s=180&d=mp&r=g",
"bandwidth_limit": 10,
"created_at": "2025-11-22T01:08:11.376398+08:00",
"email": "114514@qq.com",
"has_kyc": false,
"id": 1,
"is_banned": false,
"kyc_count": 0,
"kyc_status": "certifying",
"max_tunnel_count": 10,
"role": "admin",
"today_checked": false,
"traffic_limit": 526133493760,
"traffic_used": 0,
"username": "test"
}
}