找到这 3 个信息就够了
GET /api/users/{id}
这就是你要调用的"按钮"
你需要提供这个参数
{ "id": "123", "name": "张三", "email": "zhang@example.com" }
成功时返回的数据格式
💡 小贴士: