curl --location '/admin/posts/versions/'{
"data": {
"author_id": "string",
"content_md": "string",
"created_at": "string",
"id": "string",
"post_id": "string",
"summary": "string",
"tags": [
"string"
],
"title": "string"
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}