Inspired by @jamescooke's restapidocs.
Auth required
字段为 YES
的 API 需要进行用户验证,具体来说,其请求的 header 部分包含用户名和密码,格式如下:
"username": "string"
"password": "string"
收到请求后应首先验证用户名和密码的对应关系,验证失败的返回 400 Authorization failed.
- 注册:
POST /auth/register
- 登录:
POST /auth/login
- 重置密码:
POST /auth/resetPassword
- 更新用户信息
POST /auth/updateUserProfile
- 获取用户的 Journey
GET /journey/getByUser
- 随机获取一定数量的 Journey
GET /journey/getByUser
- 创建 Journey
POST /journey/create