I am trying to build a Flask Rest API with Swagger that takes 2 input parameters (BodyTemperature and CoughSeverity) and produces an output JSON.
The code works fine