namespace StalwartSimpleLoginMiddleware.Models; public class ApiKeyInput { public string OwnerEmail { get; set; } public bool IsAdmin { get; set; } public ICollection Members { get; set; } }