Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//settings/product-labels' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"labels": [
{
"key": "stringst",
"text_en": "string",
"text_ar": ""
}
]
},
"message": "string"
}