@GET("api/2/product/{productId}") abstract fun getProduct(@Header("Authorization") clientBearer: String, @Path("productId") productId: String): Call<ApiContainer<Product>>