curl --location '/content/post' \
--header 'Content-Type: application/json' \
--data '{
"title": "Local Startup Secures Funding",
"slug": "local-startup-secures-funding",
"content": "A local startup has secured seed funding.",
"contentType": "blog",
"category": "Others",
"tags": ["startup", "funding", "business"],
"details": {
"source": "Local Business Journal"
}
}'{}