1. Using the Nutrition & Exercise 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 to authenticate your request.

HINT 2: Use what you have learnt about making POST requests to make your request with the required parameters.
