curl --location -g --request POST 'http:///V1/products/attribute-sets/groups' \
--header 'Content-Type: application/json' \
--data-raw '{
"group": {
"attribute_group_id": "string",
"attribute_group_name": "string",
"attribute_set_id": 0,
"extension_attributes": {
"attribute_group_code": "string",
"sort_order": "string"
}
}
}'
{
"attribute_group_id": "string",
"attribute_group_name": "string",
"attribute_set_id": 0,
"extension_attributes": {
"attribute_group_code": "string",
"sort_order": "string"
}
}