SyntaxFix
Write A Post
Hire A Developer
Questions
Instead of classes we can also directly use the HashMap<String, Object> to send body parameters for example
HashMap<String, Object>
interface Foo { @POST("/jayson") FooResponse postJson(@Body HashMap<String, Object> body); }