curl --location --request POST 'https://api.dialgood.com/external/v1/announce/' \
--header 'Accept: application/json' \
--header 'api_token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "hello world"
}'{
"message": "Announcement sent successfully"
}