pws-shop-api
    • Authentication
      • Send verification code for registration
        POST
      • Send verification code for password reset
        POST
      • Register a new user
        POST
      • Login user
        POST
      • Reset password
        POST
    • 数据模型
      • SendVerificationCodeRequest
      • RegisterRequest
      • LoginRequest
      • LoginResponse
      • ResetPasswordRequest

    ResetPasswordRequest

    {
        "email": "string",
        "verification_code": "string",
        "new_password": "string"
    }
    Built with