I have been given the task to write unit-tests for a function which eventually makes a requests.post API call. I have been asked to use mocking in Python. I am fairly new to