{
"notes": "string",
"status": "ARCHIVED"
}curl --location --request PUT 'https://advertising-api.amazon.com/streams/subscriptions/' \
--header 'Amazon-Ads-AccountId;' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Content-Type: application/vnd.amazonmarketingstreamsubscriptions.v1+json' \
--data '{
"notes": "string",
"status": "ARCHIVED"
}'