Write a simple web application that will send a response with JSON and the text Wow! This is GET! and a response with JSON and the text Oomph! Die Leiter, it's POST! if a POST request has been sent.
Tip: Use a dictionary with the message key and a text value that fits the exact method as an argument to the make_response function