_

Results 1 issues of _

Like the example in the readme document: > curl localhost:8765 -X POST -d "{\"action\": \"deckNames\", \"version\": 6}" The Content-Type declared on the header is `application/x-www-form-urlencoded`, but actually is `application/json` In...