curl --location -g --request PUT 'http:///V1/eav/attribute-sets/' \
--header 'Content-Type: application/json' \
--data-raw '{
"attributeSet": {
"attribute_set_id": 0,
"attribute_set_name": "string",
"entity_type_id": 0,
"extension_attributes": {},
"sort_order": 0
}
}'
{
"attribute_set_id": 0,
"attribute_set_name": "string",
"entity_type_id": 0,
"extension_attributes": {},
"sort_order": 0
}