namespace DigitalData.Auth.API.Dto; public record UserLogin(string Password, int? UserId = null, string? Username = null);