This question may have been asked before but no it was not definitively answered. How exactly does one post raw whole JSON inside the body of a Retrofit request?
See
Instead of classes we can also directly use the HashMap to send body parameters for example
HashMap
interface Foo { @POST("/jayson") FooResponse postJson(@Body HashMap body); }