curl --request PATCH \
--url 'https://api.cal.com/v1/bookings/{id}?apiKey=' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z",
"status": "<string>",
"description": "<string>"
}
'