Request Body
없음
JSON
복사
Response Body
# 200 OK
{
    "id": 8,
    "name": "yub8",
    "profile_img": "http://127.0.0.1:8000/media/default_profile_img.jpg",
    "reliability": 100,
    "common_restaurant_count": 3,
    "common_restaurants": [
        {
            "restaurant__name": "홍대개미 신촌점",
            "restaurant__image_url": null
        },
        {
            "restaurant__name": "홍대펀치감자탕닭한마리",
            "restaurant__image_url": null
        }
    ]
}
# 404 Not Found
{
    "message": "User not found"
}
{
    "message": "No recommended friends found"
}
JSON
복사
