curl --location 'https://api.zid.sa/v2/blogs/tags/' \
--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": null
}'{
"id": "835a1643-cfe8-f4e9-80c4-186a67c3ddd9",
"store_id": 3568,
"name": {
"ar": "ูุต ุนุฑุจู",
"en": "English text"
},
"slug": "string",
"created_at": null,
"updated_at": null
}