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