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

    SendVerificationCodeRequest

    {
        "email": "string"
    }
    Built with