curl --location -g --request GET 'https://api.veniocrm.com/dev/v1/Products/Groups' \
--header 'Ocp-Apim-Subscription-Key;<Your Subscription-Key>' \
--header 'Authorization: <Your access_token>'
{
"data": {
"value": [
{
"groupId": 0,
"groupType": 0,
"parentId": 0,
"groupName": "string"
}
],
"formatters": [],
"statusCode": 200
},
"statusCode": 1000,
"httpStatusCode": 200
}