curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/announcements/{announcementId}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"title":"string","shortDescription":"string","description":"string","unlisted":true,"private":true,"buttonText":"string","buttonLink":"string"}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/announcements/{announcementId}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/announcements/{announcementId}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"