namespace API.DTOs.Email; public class TestEmailDto { public string Url { get; set; } }