curl --location --request PATCH 'https://api.zid.sa/v2/blogs/posts/019efe67-24d6-7382-999d-8df83c50d734/' \
--header 'store-id: {{StoreId}}' \
--header 'x-manager-token: {{Access-Token}}' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"title": {
"ar": "نص عربي",
"en": "English text"
},
"slug": null,
"snippet": {
"ar": "نص عربي",
"en": "English text"
},
"content": {
"ar": "نص عربي",
"en": "English text"
},
"status": "draft",
"published_at": null,
"scheduled_at": null,
"display_order": 5588,
"category_id": null,
"tag_ids": [
"019efe54-390c-7201-8d29-a7010a6d0e38"
],
"products": [],
"seo": null,
"recommended_posts_mode": null,
"recommended_posts_ids": [
"8c4d351e-2fbe-08b9-13b4-2a97e71a3adb",
"f9f1b530-200b-c02c-8bc7-61c2965e7419"
],
"recommended_products_mode": null,
"recommended_products_ids": null
}'{
"id": "03fd1c62-8e31-b620-fc74-22edeb1d79e3",
"store_id": 3246,
"slug": "string",
"status": "frozen",
"published_at": "2013-09-07T07:59:03.623Z",
"scheduled_at": null,
"display_order": 5538,
"created_at": null,
"updated_at": null,
"title": {
"ar": "نص عربي",
"en": "English text"
},
"snippet": null,
"content": {
"ar": "نص عربي",
"en": "English text"
},
"seo": {
"id": "cb401fa7-8dbf-aace-aad7-e73f418039a7",
"title": null,
"description": null,
"created_at": "1950-12-31T05:00:04.879Z",
"updated_at": "2023-05-29T11:05:09.217Z"
},
"cover": null,
"category": {
"id": "403b7cef-4720-b48e-3f3b-748f6bb8c465",
"name": {
"ar": "نص عربي",
"en": "English text"
},
"slug": "string",
"icon": "string"
},
"recommended_posts_mode": "manual",
"recommended_products_mode": "disabled"
}