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
{ "id": 2, }
Success : 200
{ "id": 2, "nickname": "abc", "Posts": [ { "id": 12 }, { "id": 13 }, { "id": 14 }, { "id": 15 } ], "Followings": [], "Followers": [], "Image": null }