curl --location --request PATCH '/api/rest/v1/attribute-groups' \
--header 'Content-Type: application/json' \
--data-raw '{
"attributes": [
"sku",
"name",
"description",
"response_time",
"release_date",
"price"
],
"code": "marketing",
"labels": {
"en_US": "Marketing",
"fr_FR": "Marketing"
},
"sort_order": 4
}'
{
"code": "string",
"identifier": "string",
"line": 0,
"message": "string",
"status_code": 0
}
localeCode