Request Body
{
"name": "test",
"image": "http://example.com/images/pig.jpg"
}
JSON
복사
Response Body
# 200 OK
{
"name": "test",
"reliability": 100,
"profile_img": "/media/default_profile_img.jpg",
"friend_count": 2
}
# 400 Bad Request
{
"error": "Invalid data"
}
JSON
복사