X-Jicoo-Api-Key: ********************
{}
curl --location --request POST '/v1/bookings//cancel' \
--header 'Content-Type: application/json' \
--header 'X-Jicoo-Api-Key;' \
--data-raw '{}'
{
"data": {
"uid": "string",
"eventTypeId": "string",
"name": "string",
"description": "string",
"status": "request",
"startedAt": "2019-08-24T14:15:22Z",
"endedAt": "2019-08-24T14:15:22Z",
"locationId": "inPerson",
"url": "string",
"phoneNumber": "string",
"address": "string",
"customLocation": "string",
"access": "string",
"timeZone": "string",
"priority": "low",
"cancelReason": "string",
"cancelledAt": "2019-08-24T14:15:22Z",
"cancelledBy": "host",
"hosts": [
{
"userId": "string",
"role": "admin"
}
],
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
}