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

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

    -- ======================================================================
    --
    -- ⚡️ DeepNftValue Functions
    -- schema: `deepnftvalue`
    -- function docs: https://deepnftvalue.readme.io/reference/getting-started-with-deepnftvalue-api
    --
    -- ======================================================================

    --
    -- #️⃣ deepnftvalue.get('url', 'query args')
    -- Issue a 'GET' request to the DeepNftValue API
    --
    -- examples:
    --
    SELECT deepnftvalue.get('/v1/collections', {'limit': 5}) as resp

    Run a query to Download Data