I'm trying to send a simple POST request to a REST endpoint. I have a simple pojo that I would like to send in the payload as JSON. Here is the pojo (note I'm using Spring Integration with grails so the pojo/service are in Groovy):I'm trying to send a simple POST request to a R