So you’re saying I shouldn’t use these endpoints at all, right? https://marketplace.zoom.us/docs/guides/zoom-rooms/zoom-rooms-api
So instead of getting {“request_id”: 123, “meeting_number”:"1234567890″}, I get something like “request_id=123&meeting_number=”. I can make a workaround to parse it before it gets to the express middleware, but I’d rather have an official solution for this