> 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-1.md).

# Review Create

## Review Post

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

#### Headers

| Name          | Type   | Description |
| ------------- | ------ | ----------- |
| Authorization | string | Token Value |

#### Request Body

| Name    | Type    | Description                  |
| ------- | ------- | ---------------------------- |
| content | string  |                              |
| rating  | integer | rating default = 0 , max = 5 |
| store   | number  | store pk                     |

{% tabs %}
{% tab title="200 " %}

```
{
    "pk": 38,
    "content": "존맛",
    "rating": 3,
    "user": 1,
    "store": "돈까스",
    "reviewimage_set": []
}
```

{% endtab %}
{% endtabs %}
