herald.go/test_rpc.sh
Jeffrey Picard 49057e0f95 jsonrpc
2022-09-07 18:21:08 +00:00

10 lines
203 B
Bash

#!/bin/bash
curl --request POST 'localhost:8686/' \
--http1.1 \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc":"2.0",
"method":"resolve",
"params":{"data": "asdf"},
"id":1
}'