api-key: ********************curl --location --request PUT 'https://api.youratlas.com/v1/api/calendar-settings/' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Title": "string",
"Type": "calendly",
"Settings": "string"
}'