curl https://rpc.<REGION>.gateway.fm/v4/gnosis/non-archival/mainnet \
-X POST \
-H "Content-Type: application/json" \
-d '{ "id": 89, "jsonrpc": "2.0", "method": "eth_getBalance", "params": ["0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb","latest"]}'
{
"jsonrpc": "2.0",
"id": 89,
"result": "0x0"
}