Flask - Testing Flask Applications
You want to test a Flask route that calls an external API and returns JSON data. Which approach correctly mocks the external API call and returns a custom JSON response
{"success": true} during the test?