模型和端点文档 内容: 以MONGODB语法的字符串格式发送所有查询(stringify) 用户数 终点 注册 POST /auth/signup 登录 POST /auth/login 获取身份验证用户 GET /auth/self 更改密码 POST /auth/change {email, oldPassword, newPassword} 如果忘记密码,请更改密码 POST /auth/forgot {email, password} 关注/取消关注用户 POST /users/:userId/follow 得到一个用户 GET /users/:userId 更新用户 PATCH /users/:userId // Send the user image file in the photo field 删除用户 DELETE /users/:userId 获取所有用户 GET /u