post https://api.fulcrumapp.com/api/v2/groups.json
To create a group, send a POST request to the groups endpoint with the following parameters:
| Property | Type | Required | Description |
|---|---|---|---|
| name | string | yes | The name of the group |
| description | string | no | Description of the group |
{
"group":{
"name": "New group",
"description": "Hello group!"
}
}