using Application.Abstractions.Messaging; namespace Application.Features.Api.Popup.GetAll; public sealed record Query(string Code) : IQuery<Response>;