Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/announcement/active'
{
"data": [
{
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"__v": 0,
"_id": "string",
"image": "string",
"title": "string",
"summary": "string",
"link": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"isActive": true,
"isDeleted": true
}
],
"totalCount": 0,
"filteredCount": 0,
"message": "string"
}