Invalid ABI when filtering events in the get events by topic API

When making the below request I get the above error

curl --location --request POST 'https://deep-index.moralis.io/api/v2/0x5a666c7d92e5fa7edcb6390e4efd6d0cdd69cf37/events?chain=eth&topic=0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef&limit=500' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'X-API-Key:<API_KEY>' \
--data-raw '{}'

What is the case in which this error occurs?

The abi was missing nvm

But I think that it should be marked as a required param in the API documentation

@dometi4777
Thanks for the feedback, may i know which part of the doc are you talking about?
Is it this one? https://docs.moralis.io/moralis-dapp/automatic-transaction-sync/smart-contract-events#sync-and-watch-contract-events

Hi there it is mentioned here. Web3API.native - Moralis

For the API interface (Swagger or https://admin.moralis.io/web3Api), when testing, you are required to submit a body of API as it is a POST request.