Request Body
{
"content": "맛있어요"
}
JSON
복사
Response Body
# 201 Created
{
"id": 6,
"content": "맛있어요",
"recommend_count": 0,
"decommend_count": 0,
"date": "2024-08-06T15:23:54.842881Z",
"user": 21,
"restaurant": 5
}
# 404 Not Found
{
"error": "Restaurant not found"
}
JSON
복사