Getting the error while trying to create a meeting using Zoom oAuth APi php

Request failed - Reason: Client error: POST https://api.zoom.us/v2/users/me/meetings[](https://api.zoom.us/v2/users/me/meetings`) resulted in a 400 Bad Request response: 300Request Body should be a valid JS (truncated…)

Hi @amit.kapoor ,

this typically happens when the payload in the request body is not correctly formatted. can you please verify that?