curl --request GET \
--url http://localhost:3000/api/groups \
--header 'Authorization: Bearer <token>'Lista todos os grupos do WhatsApp associados a um número de telefone Business.
curl --request GET \
--url http://localhost:3000/api/groups \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "group_id_123@g.us",
"subject": "Suporte ao Cliente",
"description": "Grupo oficial de suporte",
"creation_time": 1705312200
}
],
"paging": {
"cursors": {
"before": "before_cursor",
"after": "after_cursor"
}
}
}