For AI agents: visit https://mimic.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Create a new group
import Mimic from 'mimic';
Mimic.addGroup({ name: 'New Group' active: true });
Output
{
id: "1d2aa537-f9e7-40d8-af98-1aa7c8cadc3f",
name: "New Group",
active: true
}