curl --location '/posts/archive/'{
"data": {
"count": 0,
"items": [
{
"cover_image": "string",
"excerpt": "string",
"id": "string",
"published_at": "string",
"slug": "string",
"tags": [
"string"
],
"title": "string"
}
],
"year": 0
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}