{
"announcement_id": 0
}
curl --location --request POST 'ims/sc/announcement/detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"announcement_id": 0
}'
{
"code": "string",
"msg": "string",
"psn": "string",
"data": {
"role_json": {
"role_title": "string",
"role_id": "string",
"role_name": "string"
},
"title": "string",
"content": "string",
"publish_time": "string"
}
}