cURL
curl --request POST \ --url http://base.url.com/groups \ --header 'Content-Type: application/json' \ --header 'x-phishy-api-key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>", "color": "<string>" } '
{ "error": 123, "message": "<string>" }
Creates a new group
Group details
Name of the group
Description of the group
Hexadecimal color code representing the group
Group created successfully