curl --location --request PATCH 'https://api.zid.sa/v1v1/attributes//presets//' \
--header 'Store-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": {
"ar": "ุงูุญุฌู
",
"en": "Size"
}
}'
{
"id": "preset-123456",
"value": {
"ar": "ุงูููู",
"en": "color"
}
}