Vikram
06/02/2022, 9:40 PMendTime
, startTime
, title
but im getting "Bad request. Booking body is invalid.". Here is the request im making
curl --location --request POST '<https://api.cal.com/v1/bookings/?apiKey=><API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "30 Min Meeting between Vikram and testoo",
"startTime": "2022-06-07T16:00:00.000Z",
"endTime": "2022-06-07T16:30:00.000Z"
}'