curl --location --request POST 'https://dev-api.inwantaiwan.com/api/cms/v1/broadcast' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "room-2",
"body": "content here...",
"type": "news",
"content_id": 2
}'
{
"data": {
"id": 6
}
}