X-Auth-Token: ********************
{
"title": "string",
"content": "string",
"is_top": 0,
"announcement_type": 0
}
curl --location --request POST '/ims/ip/announcement/add' \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token;' \
--data-raw '{
"title": "string",
"content": "string",
"is_top": 0,
"announcement_type": 0
}'
{}