When sending JSON requests to the server, I\'m often greeted by this message:
The request sent by the client was syntactically incorrect ().
The issue is with your POJO, keep the server log level to Debug level and check the error. This will be mostly related to some field and field-type mismatch.