{
"id": 0,
"megaphone_id": "string",
"status": 0,
"content": "string",
"create_time": "string",
"update_time": "string",
"is_deleted": 0,
"workspace_id": "string"
}curl --location '/$$/sys/megaphone/content/add' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"megaphone_id": "string",
"status": 0,
"content": "string",
"create_time": "string",
"update_time": "string",
"is_deleted": 0,
"workspace_id": "string"
}'{
"code": 0,
"message": "",
"data": {}
}