using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Auth.ForgotPassword; public sealed record Command( string Email ) : ICommand;