{
"message": "Success",
"data": {
"items": [
{
"id": "<string>",
"title": "<string>",
"type": "<string>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"total": 123,
"per_page": 123,
"current_page": 123,
"last_page": 123,
"has_more_pages": true
}
}
}