How can I implement JSON RPC.
POST /miniapi HTTP/1.1
Host: apps.everbread.com
Content-length: [length of json content]
Content-type: application/json
Accept-Encoding: gzip
Connection: Keep-Alive
{"jsonrpc": "2.0", "id": "1", "method": "search", "params": [Request] }