curl --location 'https://api.zid.sa/v2/blogs/categories/' \
--header 'store-id: {{StoreId}}' \
--header 'x-manager-token: {{Access-Token}}' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"name": {
"ar": "نص عربي",
"en": "English text"
},
"slug": "string",
"description": {
"ar": "نص عربي",
"en": "English text"
},
"icon": "string",
"is_enabled": true,
"display_order": 3830,
"seo": null
}'{
"id": "019efa5c-5608-7a32-a1bb-5ae88530b004",
"store_id": 3,
"name": {
"ar": "نص عربي",
"en": "English text"
},
"slug": "string",
"description": {
"ar": "نص عربي",
"en": "English text"
},
"icon": "string",
"is_enabled": true,
"is_default": false,
"display_order": 3830,
"seo": {
"id": "019efa5c-560b-7d23-9eb3-d6d573a5ec8a",
"title": {},
"description": null,
"created_at": "2026-06-24T16:00:15.883716Z",
"updated_at": "2026-06-24T16:00:15.883755Z"
},
"created_at": "2026-06-24T16:00:15.880787Z",
"updated_at": "2026-06-24T16:00:15.880818Z"
}