> For the complete documentation index, see [llms.txt](https://foodfly-status404.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://foodfly-status404.gitbook.io/project/untitled.md).

# Member Register

## Register

<mark style="color:green;">`POST`</mark> `https://foodfly.shop/members/register/`

#### Request Body

| Name     | Type   | Description |
| -------- | ------ | ----------- |
| nickname | string |             |
| phone    | string |             |
| password | string |             |
| username | string |             |

{% tabs %}
{% tab title="201 Cake successfully retrieved." %}

```javascript
{
}
```

{% endtab %}

{% tab title="400 Could not find a cake matching this query." %}

```javascript
{
    "detail": "해당 필드가 들어있지 않습니다."
}
```

{% endtab %}
{% endtabs %}
