I am trying to pull the mealtype from the following API.
https://developer.edamam.com/edamam-docs-nutrition-api
Reading the API understand that we need to use a POST request to get a response specifically for mealType data. However I am very confused on how the syntax would be written for this.
for example the user puts in lasagna and the api gives me the meal type which should be Italian.