curl --location --request PATCH '/integrations/webhook///renew/google' \ --header 'Authorization: {{apiKey}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "calendarId": {{externalCalendarId}} }'
{}