curl --request GET \
--url http://localhost:3000/api/groups/{groupId}/participants \
--header 'Authorization: Bearer <token>'Lista todos os participantes de um grupo do WhatsApp, incluindo seus papéis (admin ou membro).
curl --request GET \
--url http://localhost:3000/api/groups/{groupId}/participants \
--header 'Authorization: Bearer <token>'