Retrive the forecasted energy demand for next 7 days should the weather hold at 21 degrees (solution)

POST requests to this endpoint should be adhere to the following format:


data = {
    "date": str(datetime.datetime.now()),
    "temperature": 21
}