Retrieves all groups
curl --request GET \ --url http://base.url.com/groups/all \ --header 'x-phishy-api-key: <api-key>'
[ { "id": "<string>", "name": "<string>", "description": "<string>" } ]
List of all groups
The response is of type object[].
object[]