curl --request POST \
--url https://api.engagefabric.com/superadmin/blog-posts/sync \
--header 'Content-Type: application/json' \
--data '
{
"posts": [
{
"slug": "<string>",
"title": "<string>",
"tags": [
"<string>"
],
"featured": true,
"postDate": "<string>",
"draft": true,
"excerpt": "<string>",
"author": "<string>"
}
]
}
'