curl -X POST "https://api.hitler.app/api/clients" \ -H "Authorization: Bearer YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{"name": "Acme Corp", "deployDay": "Monday", "contentCadence": 2}'
{ "id": "client-uuid-1", "name": "Acme Corp", "organizationId": "org-uuid-1", "deployDay": "Monday", "contentCadence": 2, "status": "active", "assignedWriters": null, "assignedDesigners": null, "createdAt": "2026-03-06T10:00:00.000Z", "updatedAt": "2026-03-06T10:00:00.000Z" }
Create a new client for the organization