getIngredientsByBarcode

@GET(value = "api/v0/product/{barcode}.json?fields=ingredients")
abstract suspend fun getIngredientsByBarcode(@Path(value = "barcode") barcode: String?): ProductState