curl --location '/admin/announcements/'{
"data": {
"content": "string",
"created_at": "string",
"end_time": "string",
"id": 0,
"is_active": true,
"start_time": "string",
"title": "string",
"type": "info"
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}