curl --location --request POST 'https://storage.googleapis.com/storage/v1beta2/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"
}'{}