@Multipart @POST("some/endpoint") Call<Response> uploadImage(@Part("description") String description, @Part("image") RequestBody image)