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