get https://api.atendare.com/v2/groups/
GET - 200
{
"result": {
"status": 1,
"members": 11,
"author_id": 4,
"author": {
"id": 4,
"detail": "Nome do autor",
"type": 1,
"user_id": 5,
"automation_id": 1,
"form_id": 1,
"import_id": 1,
"user_uid": 323
},
"creation_date": "2022-03-23T11:27:58Z",
"update_date": "2022-03-23T11:27:58Z",
"id": 1,
"name": "Nome do grupo"
}
}