postImage

@POST(value = "{id}")
abstract suspend fun postImage(@Path(value = "id") id: String, @Body image: RequestBody)