팔로우 목록 조회
REQUEST
Header
Headers { Authorization: "Bearer {token}" }
PathVariable
RequestParameter
RESPONSE
Body
- Body 예시
{ "contents": [ { "id": 1, "creator": { "id": 7, "nickname": "Ann", "profileImage": "https//www.s3naver.com", } "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", }, { "id": 3, "creator": { "id": 8, "nickname": "Hanna", "profileImage": "https//www.s3naver.com", } "createdAt": "2021-01-01T12:20:10", "updatedAt": "2021-01-01T12:20:10", }, ], "lastId": 3 }