{
"jsonrpc": "2.0",
"id": 1,
"method":"chain_getBlock",
"params": []
}
curl --location --request POST 'https://httpinfo.dbcwallet.io:443/' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"id": 1,
"method":"chain_getBlock",
"params": []
}'
{}