using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Developers.Profile.CompleteKyc; // NICE 표준창 → return_url 콜백. // Backend: SessionToken 으로 NiceAuthSession 조회 → result 호출 → 복호화 → Developer.MarkKycVerified. public sealed record Command( string SessionToken, string WebTransactionID ) : ICommand;