curl --location -g --request POST '{{ecommercev2_url}}/attributes' \
--header 'x-client: {{client}}' \
--header 'accept-language: {{acceptLanguage}}' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"name": {
"en": "Product Name",
"ar": "اسم المنتج",
"tr": "Ürün Adı"
},
"code": "product_name",
"groupId": "507f1f77bcf86cd799439011",
"type": "text",
"multi": false,
"isFiltrable": true,
"isComparable": true,
"visibility": true,
"required": true,
"sortable": true,
"selectionStyle": "input",
"belongsTo": [
"product"
],
"isLocalizable": true
}'