curl --location -g --request POST '' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"method": "eth_getLogs",
"id": "14",
"params": [
{
"fromBlock": "latest",
"toBlock": "latest"
}
]
}'
{}