{
"content": "string",
"end_time": "string",
"is_active": true,
"start_time": "string",
"title": "string",
"type": "info"
}curl --location '/admin/announcements' \
--header 'X-CSRF-Token;' \
--header 'Content-Type: application/json' \
--data '{
"content": "string",
"end_time": "string",
"is_active": true,
"start_time": "string",
"title": "string",
"type": "info"
}'{
"data": {
"id": 0
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}