{
"data": [
{
"id": 1,
"title": "room-2",
"body": "content here...",
"type": "news",
"content": {
"id": 2,
"title": "favorite thankfully minor aware whether happily wrongly"
},
"last_sent_at": null,
"created_at": "2024-12-02T15:54:48.000000Z"
}
],
"links": {
"first": "http://localhost/api/cms/v1/broadcast?page=1",
"last": "http://localhost/api/cms/v1/broadcast?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://localhost/api/cms/v1/broadcast?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "http://localhost/api/cms/v1/broadcast",
"per_page": 15,
"to": 1,
"total": 1
}
}