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