curl --location -g --request GET 'http:///V1/products/attribute-sets/groups/list'
{
"items": [
{
"attribute_group_id": "string",
"attribute_group_name": "string",
"attribute_set_id": 0,
"extension_attributes": {
"attribute_group_code": "string",
"sort_order": "string"
}
}
],
"search_criteria": {
"current_page": 0,
"filter_groups": [
{
"filters": [
{
"condition_type": "string",
"field": "string",
"value": "string"
}
]
}
],
"page_size": 0,
"sort_orders": [
{
"direction": "string",
"field": "string"
}
]
},
"total_count": 0
}