> 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/review-create-image.md).

# Review Create(Image)

## Review Image

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

#### Headers

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

#### Request Body

| Name     | Type    | Description     |
| -------- | ------- | --------------- |
| location | object  | form-data image |
| review   | integer | review pk       |

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

```
    {
        "pk": 28,
        "content": "존ㅏ",
        "rating": 3,
        "user": 1,
        "store": "취업합격",
        "reviewimage_set": [
            {
                "location": "/media/review/2.korea_food_img_02iVgPo.jpg"
            },
            {
                "location": "/media/review/2.korea_food_img_lhiTwTs.jpg"
            }
        ]
    },
```

{% endtab %}
{% endtabs %}
