Merchant: {
    available_cryptocurrencies: string[];
    created_at: string;
    email: string;
    exchange_deposit_status: string;
    id: string;
    local_currency: string;
    locked: boolean;
    login_type: string;
    migration_progress: string;
    missing_wallet_cryptocurrencies: string[];
    settings: MerchantSettings;
    support_email: string;
    support_email_unconfirmed: string;
    totp_setup_required: boolean;
    wallet_setup_required: boolean;
    wallet_type: string;
}