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