Flask - Testing Flask Applications
You have a Flask route that calls an external API using
requests.get. How can you mock this call in your test to always return a JSON response {"status": "ok"} with status code 200?