curl --location --request GET 'https://api.hiveflow.ai/api/whatsapp/sessions//groups'
{
"success": true,
"groups": [
{
"groupId": "string",
"name": "string",
"description": "string",
"participantCount": 0,
"isAdmin": true,
"createdAt": "2019-08-24T14:15:22Z"
}
]
}