Authorization: Bearer ********************curl --location --request GET 'https://dev-alexa.sifely.com/v3/group/list?orderBy' \
--header 'Authorization: Bearer <token>'{
"list": [
{
"groupId": 0,
"name": "string"
}
],
"pageNo": 0,
"pageSize": 0,
"pages": 0,
"total": 0
}