namespace CMSMicroservice.Application.CommissionCQ.Commands.ApproveWithdrawal; public class ApproveWithdrawalCommand : IRequest { public long PayoutId { get; set; } public string? Notes { get; set; } }