1. Using the Nutritionix API Guide, figure out how to print the exercise stats for plain text input.

e.g.

You can hard code the API key and the App Id for now. In step 6, we'll store the API key and app id as environment variables.


HINT 1:  Use what you have learnt about Authentication headers and Understand Request Headers to authenticate your request.


HINT 2: Use what you have learnt about making POST requests, Natural Language for Exercise  and Exercise Parameters to make your request with the required parameters.


SOLUTION