I have a problem with passing Map parameters or object to Retrofit POST request.
I follow square, kdubb labs tutorials and this thread and I couldn\'t figure it out.
In retrofit 2.0 you have to do this way:
@FormUrlEncoded @POST(Constant.API_Login) Call userLogin(@FieldMap Map params);