{
"content_html": "string",
"content_md": "string",
"cover_image": "string",
"excerpt": "string",
"seo_description": "string",
"seo_title": "string",
"slug": "string",
"tags": [
"string"
],
"title": "string"
}curl --location '/admin/posts' \
--header 'X-CSRF-Token;' \
--header 'Content-Type: application/json' \
--data '{
"content_html": "string",
"content_md": "string",
"cover_image": "string",
"excerpt": "string",
"seo_description": "string",
"seo_title": "string",
"slug": "string",
"tags": [
"string"
],
"title": "string"
}'{
"data": {
"author_id": "string",
"content_html": "string",
"content_md": "string",
"cover_image": "string",
"created_at": "string",
"excerpt": "string",
"id": "string",
"is_featured": true,
"published_at": "string",
"seo_description": "string",
"seo_title": "string",
"slug": "string",
"status": "draft",
"tags": [
"string"
],
"title": "string",
"updated_at": "string",
"view_count": 0
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}