创建 Roundtable 模板
POST /v1/institution/roundtable-templates:保存带标题、描述且自包含的阶段与 Minara 配置。
POST /v1/institution/roundtable-templates
保存带标题、描述且自包含的阶段与 Minara 配置。
| 方法 | POST |
| 路径 | /v1/institution/roundtable-templates |
| 认证 | 需要 Authorization: Bearer <token> |
| 类别 | research |
请求体
{ "title": "Value committee", "description": "...", "phases": [] }响应体
{ "template": {} }