JSON-RPC Notifications
You can also send a JSON-RPC notification (request without ID) as:
{
"jsonrpc": "2.0",
"method": "do_something",
"params": {
"val1": 1,
"val2": 2
}
}
JSON-RPC notification requests do not return a response.
Last modified date: 12/20/2023