namespace OnlyPrompt.Backend.ApiModels.Auth { public record ApiUser(Guid Id, string UserName, string Email, string[] Roles); }