> 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/address-create-user.md).

# Address Create(User)

## Post Address

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

This endpoint allows you to get free cakes.

#### Request Body

| Name            | Type   | Description |
| --------------- | ------ | ----------- |
| lng             | string |             |
| lat             | string |             |
| detail\_address | string |             |
| address         | string |             |
| old\_address    | 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 %}
