@GET("api/2/products") abstract fun getProducts(@Header("Authorization") clientBearer: String): Call<ListContainer<Product>>