{
"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 --request PUT '/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": null,
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}