using ColaFlow.Modules.Identity.Application.Dtos; using MediatR; namespace ColaFlow.Modules.Identity.Application.Commands.Login; public record LoginCommand( string TenantSlug, string Email, string Password ) : IRequest;