@Headers(["Content-type: application/json"]) @POST("users/{id}/lending") abstract fun postLendObjectAsync(@Path("id") id: String, @Header("Authorization") auth: String, @Body lendObject: LendingObject): Deferred<Response<LendingObject>>