Error while making custom API calls to create breakout rooms
When trying to get the meeting details, it is returning the correct response, but while trying to create a breakout room or retrieve room details it throws an error as follows "ERROR: The resource you are requesting could not be found" The details are mentioned below https://api.zoom.us/v2/meetings/<meeting_id>/rooms while trying to call this endpoint to create a breakout room from n8n http node, it throws the below error
Created an account level oauth app in zoom.NodeApiError: The resource you are requesting could not be found
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js:1233:27)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:653:28)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:592:53
Show less