namespace StalwartSimpleLoginMiddleware.Models; public class UpdateOwnerEmailInput { public string ApiKey { get; set; } public string OwnerEmail { get; set; } }