curl --location 'https://api.zid.sa/v2/blogs/posts/' \
--header 'store-id: {{StoreId}}' \
--header 'x-manager-token: {{Access-Token}}' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"title": "title string",
"slug": "string",
"snippet": {
"ar": "نص عربي",
"en": "English text"
},
"content": {
"ar": "نص عربي",
"en": "English text"
},
"status": "frozen",
"published_at": "2008-03-28T13:44:37.028Z",
"scheduled_at": "1955-10-15T11:30:57.161Z",
"display_order": 5111,
"category_id": "019efe2f-2d93-7bb2-8996-330f8a68ce27",
"tag_ids": null,
"products": [
{
"product_id": "ed8a1f4f-d511-0830-a909-4ea1d0817a06",
"relation": null,
"label": {
"ar": "نص عربي",
"en": "English text"
},
"display_order": null
},
{
"product_id": "8f548fed-d591-48a5-139e-abb58d6dd2b7",
"relation": "featured",
"label": {
"ar": "نص عربي",
"en": "English text"
},
"display_order": null
}
],
"seo": null,
"recommended_posts_mode": "automatic",
"recommended_posts_ids": [
"ceb7a925-f7fc-cf6b-097c-1d6ce23d2d00",
"4af486cf-3e2d-bd0a-0318-795dea97ef6b"
],
"recommended_products_mode": null,
"recommended_products_ids": [
"659552bc-54f7-034e-0f0b-e5a292926adb",
"7ffeb0ac-d934-e57a-3b6f-3696836eb5a2"
]
}'{
"id": "019efe66-02be-7123-aaed-59b62a960c92",
"store_id": 3,
"title": {
"ar": "title string",
"en": "title string"
},
"slug": "string",
"snippet": {
"ar": "نص عربي",
"en": "English text"
},
"content": {
"ar": "نص عربي",
"en": "English text"
},
"status": "frozen",
"published_at": null,
"scheduled_at": "1955-10-15T11:30:57.161000Z",
"display_order": 5111,
"seo": {
"id": "019efe66-02c2-79a1-89f7-5d68ab1c0faa",
"title": {},
"description": null,
"created_at": "2026-06-25T10:49:18.786540Z",
"updated_at": "2026-06-25T10:49:18.786564Z"
},
"cover": null,
"category": {
"id": "019efe2f-2d93-7bb2-8996-330f8a68ce27",
"name": {
"ar": "نص عربي",
"en": "English text"
},
"slug": "string2",
"icon": "string"
},
"tags": [],
"products": [
{
"id": "019efe66-02de-7330-90b1-0c9230f3ef79",
"post_id": "019efe66-02be-7123-aaed-59b62a960c92",
"product_id": "659552bc-54f7-034e-0f0b-e5a292926adb",
"relation": "recommended",
"label": {},
"display_order": 0
},
{
"id": "019efe66-02de-7330-90b1-0ca59195c612",
"post_id": "019efe66-02be-7123-aaed-59b62a960c92",
"product_id": "7ffeb0ac-d934-e57a-3b6f-3696836eb5a2",
"relation": "recommended",
"label": {},
"display_order": 1
},
{
"id": "019efe66-02cc-70e0-8d57-a0ec81a29999",
"post_id": "019efe66-02be-7123-aaed-59b62a960c92",
"product_id": "8f548fed-d591-48a5-139e-abb58d6dd2b7",
"relation": "featured",
"label": {
"ar": "نص عربي",
"en": "English text"
},
"display_order": 1
}
],
"recommended_posts_mode": "automatic",
"recommended_products_mode": "disabled",
"recommended_post_ids": [
"ceb7a925-f7fc-cf6b-097c-1d6ce23d2d00",
"4af486cf-3e2d-bd0a-0318-795dea97ef6b"
],
"recommended_product_ids": [
"659552bc-54f7-034e-0f0b-e5a292926adb",
"7ffeb0ac-d934-e57a-3b6f-3696836eb5a2"
],
"created_at": "2026-06-25T10:49:18.782959Z",
"updated_at": "2026-06-25T10:49:18.782987Z"
}