curl --location -g --request POST 'http:///V1/products/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
},
"skeletonId": 0
}'
{
"attribute_set_id": 0,
"attribute_set_name": "string",
"entity_type_id": 0,
"extension_attributes": {},
"sort_order": 0
}