Post response using retrofit

@FormUrlEncoded

@POST("/changePassword")

void patientChangePassword(@Field("login_id") int id,@Field("old_password") String oldP,

@Field("new_password") String newP,@Field("type") int type,

Callback<JsonObject> callback);