params: [
"0x48a2cf", // 4760271
"0x0", // 0
]curl https://mainnet.berachain.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getUncleByBlockNumberAndIndex","params":["0x48a2cf", "0x0"],"id":1}'
curl https://bepolia.berachain.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getUncleByBlockNumberAndIndex","params":["0x48a2cf", "0x0"],"id":1}'