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>" }'
This response does not have an example.
Creates a new group
Group details
The body is of type object.
object
Group created successfully