Could it be that your request objects are missing "jsonrpc": "2.0"? In the spec under request object you must include the jsonrpc member.
"jsonrpc": "2.0"
Added Seed and Coords as well as a picture
Could it be that your request objects are missing
"jsonrpc": "2.0"
? In the spec under request object you must include the jsonrpc member.