팔로잉 목록 조회
REQUEST
Header
Headers { Authorization: "Bearer {token}" }
PathVariable
RequestParameter
RESPONSE
Body
- Body 예시
{ "contents": [ { "followId": 7, "receiverId": 1234, "nickName": "Ann", "profileImage": "https//www.s3naver.com", "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", }, { "followId": 5, "receiverId": 1235, "nickName": "Noche", "profileImage": "https//www.s3kako.com", "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", }, { "followId": 3, "receiverId": 1236, "nickName": "Jelly", "profileImage": "https//www.s3google.com", "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", } ], "lastId": 3 }