curl "https://api.hitler.app/api/clients/client-uuid-1" \ -H "Authorization: Bearer YOUR_TOKEN"
{ "id": "client-uuid-1", "name": "Acme Corp", "deployDay": "Monday", "contentCadence": 2, "status": "active", "assignedWriters": ["user-uuid-1"], "assignedDesigners": ["user-uuid-2"], "writers": [{"id": "user-uuid-1", "name": "Alice", "email": "alice@example.com"}], "designers": [{"id": "user-uuid-2", "name": "Bob", "email": "bob@example.com"}], "createdAt": "2026-03-06T10:00:00.000Z", "updatedAt": "2026-03-06T10:00:00.000Z" }
Get a single client with assigned member details