Request body sample: {"jsonrpc":"2.0","method":"eth_getFilterLogs","params":["0x16"],"id":74}
eth_getFilterLogs
OK
curl -L \ --request POST \ --url 'eth_getFilterLogs' \ --header 'Content-Type: application/json' \ --data '{"params":[]}'
{ "id": 1, "jsonrpc": "text", "result": "text" }