curl --request POST \
--url https://api.surnex.io/v1/webhooks/marketing/blog \
--header 'Content-Type: application/json' \
--data '
{
"event_id": "evt_3f2bce4a",
"slug": "search-intent-update-q1",
"title": "How LLM Search Changes Content Strategy in 2026",
"description": "A practical model for balancing traditional SEO and LLM discoverability.",
"published_at": "2026-02-25T00:00:00Z",
"updated_at": "2026-02-26T00:00:00Z",
"author": "Editorial Team",
"tags": [
"seo",
"ai",
"llm"
],
"status": "published",
"content_markdown": "# Heading\\n\\nKeep content structured...",
"hero_image_url": "https://surnex.io/assets/opengraph/default-hero.png",
"excerpt": "A practical model for balancing traditional SEO and LLM discoverability.",
"checksum": "abc123"
}
'