OK
const response = await fetch('eth_gasPrice', { method: 'POST', headers: {}, }); const data = await response.json();
{ "id": 0, "jsonrpc": "text", "result": "text" }