We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Context-type : application/json
GET /api/user/:id/followings?offset=${offset}&limit=${limit}
header
{ "Cookie": "쿠키 값" }
Success : 200
user: { "id": 1, "nickname": "aaa", "image": { "src": "123.jpg" } },