curl --location 'https://api.zid.sa/v2/blogs/storefront/categories/?page=1&page_size=20' \
--header 'store-id: {{StoreId}}' \
--header 'x-customer-token: {{Access-Token}}' \
--header 'Accept: application/json'{
"count": 2,
"page": 1,
"page_size": 20,
"results": [
{
"id": "019dfda7-104d-7471-a7ae-27c5d34925ab",
"name": "All Posts",
"slug": "posts",
"description": null,
"icon": "",
"is_default": true,
"seo": {
"title": null,
"description": null
}
},
{
"id": "019efe2f-2d93-7bb2-8996-330f8a68ce27",
"name": "English text",
"slug": "string2",
"description": "English text",
"icon": "string",
"is_default": false,
"seo": {
"title": "English text",
"description": null
}
}
]
}