Use this endpoint to interact with the PulseChain network using JSON-RPC.
curl -X POST https://rpc.pulsechain.com \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "eth_blockNumber",
"params": [],
"id": 1
}'