Authorization: ********************{
"title": "string",
"content": "string",
"is_active": true
}curl --location --request PUT 'https://video.zerexa.net/api/admin/announcements/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"content": "string",
"is_active": true
}'