Signing API
JSON-RPC setConfiguration
params
result
curl \ <JSON_RPC_URL> \ -H 'content-type: application/json' \ --data @- <<'EOF' { "jsonrpc": "2.0", "id": 1, "method": "setConfiguration", "params": { "params": {} } } EOF
{}