curl --location --request GET '/api/rest/v1/attribute-groups'
{
"_links": {
"first": {
"href": "string"
},
"next": {
"href": "string"
},
"previous": {
"href": "string"
},
"self": {
"href": "string"
}
},
"current_page": 0,
"_embedded": {
"items": [
{
"_links": {
"self": {
"href": "string"
}
},
"attributes": [
"sku",
"name",
"description",
"response_time",
"release_date",
"price"
],
"code": "marketing",
"labels": {
"en_US": "Marketing",
"fr_FR": "Marketing"
},
"sort_order": 4
}
]
}
}