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": {} }