namespace Managing.Infrastructure.Evm.Models.Privy; public class PrivyApproveTokenResponse { public bool Success { get; set; } public string? Hash { get; set; } public string? Error { get; set; } }