namespace API.DTO.Effect.Request; public class CreateEffectDto { public string? Label { get; set; } }