This PR adds the following functionality to the codebase:
Zoom DELETE route
Reorganization of code to retrieve zoom access token
Test button for deleting zoom meeting based on meeting id
Existing code cleanup of zoom routes
Verfication
[x] Zoom Create meeting works as intended
[x] Zoom Get meeting works as intended (only used after creating a meeting to retrieve the whole meeting object, specifically the meeting id to be stored in the Meeting interface in MongoDB)
[x] Zoom Update now works an intended (replacing a whole meeting's details for a given meeting id)
Description
This PR adds the following functionality to the codebase:
Verfication