**Description** Add a query param useCase for the ingredientsForecast route. When useCase is set to POS, the returned value should follow this format : ```json { { "id": id, "name": name, "quantity": quantity forecasted, "unit": unit of ingredient }, ... } ```