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

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

    -- ======================================================================
    --
    -- ⚡️ ApiLayer Functions
    -- schema: `apilayer`
    -- function docs: https://apilayer.com/docs/article/getting-started
    --
    -- ======================================================================

    --
    -- #️⃣ apilayer.get('url', 'query args')
    -- Issue a 'GET' request to the ApiLayer API
    --
    -- examples:
    --
    SELECT apilayer.get('/odds/sports', {}) as resp


    Run a query to Download Data