Auto Value API
    • Reports
      • Create a valuation report
        POST
    • Authentication
      • Register a new account
        POST
      • Authenticate an existing user
        POST
      • End the current session
        POST
    • Schemas
      • CreateReportDto
      • ReportDto
      • ReportSuccessResponseDto
      • ValidationErrorDetailsDto
      • ValidationErrorResponseDto
      • ErrorResponseDto
      • CreateUserDto
      • UserDto
      • UserSuccessResponseDto
      • SignInUserDto
      • MessageSuccessResponseDto

    SignInUserDto

    {
        "email": "john.doe@autovalue.com",
        "password": "SecurePass123!"
    }
    Built with