{
"notes": "string",
"status": "ARCHIVED"
}curl --location --request PUT 'https://www.amazon.com/ap/oa/dsp/streams/subscriptions/' \
--header 'Amazon-Ads-Account-ID;' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Content-Type: application/vnd.amazonmarketingstreamsubscriptions.v1+json' \
--data '{
"notes": "string",
"status": "ARCHIVED"
}'