Parameters
Assert that a GET request to "/api/level14" returns text "What are you hungry for?".
Assert that a GET request to "/api/level14" with params of:
food = pizza
returns text "What size?".
Assert that a GET request to "/api/level14" with a params of:
food = pizza size = medium
returns text "Coming right up!".
Mmmm...