How to REQUEST Data:
Example: Get recipes for mexican cusine

How to RECEIVE Data:
If request is 200: Will see if parameter exists:
- if it exists it will print the information.
- if it does not exist: it will print a custom error message
If request is not 200:
- Will print an exception as "Request Failed"
UML Diagram