API Specification Template
### 기능 이름
설명
- **HTTP Method**:
- **URL**:
### Request
#### Path Variable
| **이름** | **타입** | **설명** | **필수** |
| ------ | ------ | ------ | ------ |
| | | | |
#### Header
| 이름 | 내용 | 필수 |
| --- | --- | --- |
| | | |
#### Body
| 이름 | 타입 | 설명 | 세부사항 |
| --- | --- | --- | ---- |
| | | | |
### Response
#### Header
| 이름 | 내용 |
| --- | --- |
| | |
#### Body
| 이름 | 타입 | 설명 |
| --- | --- | --- |
| | | |
### Example
#### Request
```json
```
#### Response 성공
```json
```
#### Response 실패 - 케이스이름
```json
```
기능 이름
설명
Request
Path Variable
Header
Body
Response
Header
Body
Example
Request
Response 성공
Response 실패 - 케이스이름