curl --request POST \
--url 'https://api.cal.com/v1/booking-references?apiKey=' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"uid": "<string>",
"meetingId": "<string>",
"meetingPassword": "<string>",
"meetingUrl": "<string>",
"bookingId": true,
"externalCalendarId": "<string>",
"deleted": true,
"credentialId": 123
}
'