社交网络API 描述 An API for a social network web application where users can share their thoughts, react to friends’ thoughts, and create a friend list. 目录 示范 演练视频演示开始/删除好友端点 楷模 - User - Thought - Reaction (used as a subdocument in Thought) 终点 **User** - Get all users: `GET /api/users` - Create a user: `POST /api/users` - Get user by ID: `GET /api/users/:id` - Update a user: