curl --location -g --request POST '' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"method": "eth_getBlockByHash",
"params": [
"0xd1f45fbad634409bf8dac50c06aac58f32c69e96d17c5779a32c739a94e628ec",
true
],
"id": 1
}'
{}