curl --request PATCH \
--url https://api.cal.com/v1/event-types/{id} \
--header 'Content-Type: application/json' \
--data '{
"event-type": {
"summary": "An example of event type PATCH request",
"value": {
"length": 60,
"requiresConfirmation": true
}
}
}'