curl --location 'https://api.zid.sa/v2/blogs/storefront/tags/?page=1&page_size=20' \
--header 'store-id: {{StoreId}}' \
--header 'x-customer-token: {{Access-Token}}' \
--header 'Accept: application/json'{
"results": [
{
"id": "701aa5e6-98d6-43fd-46a5-9e6456c9b129",
"name": "English text",
"slug": "string"
},
{
"id": "bf12ef5d-7ea4-c190-6699-51d457162234",
"name": "English text",
"slug": "string"
}
],
"next": null,
"previous": null,
"count": 1742
}