curl --location --request GET 'https://platform.shopranos.eu/api/AttributeSets/'
{
"id": "string",
"companyId": "string",
"title": "string",
"description": "string",
"groups": [
{
"title": "string",
"id": "string",
"position": 0,
"items": [
{
"id": "string",
"position": 0
}
]
}
],
"updateDate": "2019-08-24T14:15:22Z",
"insertDate": "2019-08-24T14:15:22Z"
}