eth_newFilter call not returning any data

I am making an eth_newFilter call on the QuickNode API but when I call eth_getFilterChanges nothing is returned. Can anyone spot the issue?

{
    "method": "eth_newFilter",
    "id": 1,
    "params": [
        {
            "toBlock": "0x1123e09",
            "fromBlock": "0x1122971",
            "topics": [
                "0xd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d822"
            ],
            "address": [
            ]
        }
    ],
    "jsonrpc": "2.0"
}

{
    "method": "eth_getFilterChanges",
    "id": 1,
    "params": [
        "0x55346da29fd068a06745ec13a46dd5ea"
    ],
    "jsonrpc": "2.0"
}

Hey crypto :wave: ,

We’ll kindly need you to open a ticket with our team directly so we can investigate.

-Nick