REST API does not seem to accept content-type of application/json in the header of the REST request with parameters passed as json object.
Same is applicable to response of the REST call. It is always text/plain and not application/json. Is this intended? Using application/json in request and response is much more programming friendly rather than form parameters or plain text response. Can you add format type to application/json in wfs output format type?
Cheers