settings.product_labels (the hub always sends theattributes.label text never goes stale:Authorization: Bearer ********************curl --location --request PUT 'https://numueg.app/api/v1/stores//settings/product-labels' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"labels": [
{
"key": "stringst",
"text_en": "string",
"text_ar": ""
}
]
}'{
"success": true,
"data": {
"labels": [
{
"key": "stringst",
"text_en": "string",
"text_ar": ""
}
]
},
"message": "string"
}