Get Friend List

친구리스트 보기

친구리스트 보기

POST http://rightnow.p-e.kr/friend/list/:email

{
    "data": {
        "FriendList": [
            {
                "email": "user8@naver.com",
                "nick_name": "수비",
                "profile_image": null,
                "role": "USER",
                "social_login": "original",
                "auth_code": "",
                "is_block": null,
                "block_date": null,
                "createdAt": "2022-01-11 22:20:59",
                "updatedAt": "2022-01-11 22:20:59"
            }
        ]
    },
    "message": "ok"
}

Last updated