# Hospital

<mark style="color:green;">`POST`</mark> `/hospital/upload`

#### Request Body

| Name                                             | Type   | Description    |
| ------------------------------------------------ | ------ | -------------- |
| hospital\_name<mark style="color:red;">\*</mark> | String | hospital\_name |
| hopital\_img<mark style="color:red;">\*</mark>   | String | hopital\_img   |
| hospital\_info                                   | String | hospital\_info |

{% tabs %}
{% tab title="201: Created 병원 정보 등록 성공" %}

```javascript
{
    // Response
    "message": "병원 정보 등록 성공"
}
```

{% endtab %}

{% tab title="401: Unauthorized 토큰이 유효하지 않을 때" %}

```javascript
{
    // Response
    "message": "토큰이 유효하지 않음"
}
```

{% endtab %}
{% endtabs %}
