Separated the create meeting POST function and get meeting GET function into two separate files. Edited requests in both to be of type request to parse json correctly. Updated the way to parse jsons in create meeting (wasn't working properly for request body).
Implemented a update meeting PATCH function, can update a meeting with new requests as detailed below. Tested functionality by creating a button with a button to add a meetingId field (needed to update a meeting). See console outputs and before/after changes for a meeting.
Separated the create meeting POST function and get meeting GET function into two separate files. Edited requests in both to be of type request to parse json correctly. Updated the way to parse jsons in create meeting (wasn't working properly for request body).
Implemented a update meeting PATCH function, can update a meeting with new requests as detailed below. Tested functionality by creating a button with a button to add a meetingId field (needed to update a meeting). See console outputs and before/after changes for a meeting.