flipsidecrypto⚡️ LQ / Zapper LiveQuery Function Guide
    -- Zapper 🤝 Flipside LiveQuery Function Guide
    -------------------------------------------------------------------------
    -- The Zapper LiveQuery integration enables you to interact with
    -- any Zapper API endpoint directly in SQL.

    -- -----------------------------------------------------------------
    -- 🚨 WARNING 🚨
    -- To run these examples you must associate your Zapper API Key
    -- with your Flipside Account here:
    -- https://flipsidecrypto.xyz/livequery/zapper

    -- ======================================================================
    --
    -- ⚡️ Zapper Functions
    -- schema: `zapper`
    -- function docs: https://studio.zapper.xyz/docs/apis/getting-started
    --
    -- ======================================================================

    --
    -- #️⃣ zapper.get('url', 'query args')
    -- Issue a 'GET' request to the Zapper API
    --
    -- examples:
    --
    SELECT zapper.get('/v2/apps', {}) as resp

    Run a query to Download Data