curl --location --request POST 'https://www.googleapis.com/calendar/v3/channels/stop' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string",
"expiration": "string",
"id": "string",
"kind": "api#channel",
"params": {
"property1": "string",
"property2": "string"
},
"payload": true,
"resourceId": "string",
"resourceUri": "string",
"token": "string",
"type": "string"
}'
{}