curl --location --request PUT 'https://api.zid.sa/v1/managers/store/categories/123/update' \
--header 'Authorization: {{Autherization}}' \
--header 'Store-ID: {{StoreId}}' \
--header 'Content-Type: application/json' \
--data '{
"name": {
"ar": "الإلكترونيات",
"en": "Electronics"
},
"description": {
"ar": "منتجات وأجهزة إلكترونية.",
"en": "Electronic products and devices."
},
"imgAltText": {
"ar": "صورة قسم الإلكترونيات",
"en": "Electronics category image"
},
"categoryURL": "electronics",
"categoryTitle": {
"ar": "الإلكترونيات",
"en": "Electronics"
},
"categoryDescription": {
"ar": "تسوق أفضل المنتجات الإلكترونية.",
"en": "Shop the best electronic products."
},
"parent_id": 10
}'