namespace CMSMicroservice.Application.UserCQ.Queries.GetJwtToken; public record GetJwtTokenQuery : IRequest { //شناسه public long Id { get; init; } }