curl --location 'https://api.zid.sa/v2/blogs/tags/?page=1&page_size=20' \
--header 'store-id: {{StoreId}}' \
--header 'x-manager-token: {{Access-Token}}' \
--header 'Accept: application/json'{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": "019efe54-390c-7201-8d29-a7010a6d0e38",
"store_id": 3,
"name": {
"ar": "ูุต ุนุฑุจู",
"en": "English text"
},
"slug": "ูุต-ุนุฑุจู",
"posts_count": 0,
"created_at": "2026-06-25T10:29:53.036832Z",
"updated_at": "2026-06-25T10:29:53.036861Z"
}
]
}