APIusersGET /users/{id}On this pageGET /users/{id}id를 통해 특정 유저를 가져옵니다.RequestParameterNameTypeNoteExampleidUUID찾고자 하는 유저의 UUID"R_-bYVt79M-2yroviNPei"ResponseSuccessinheritanceUser 를 상속합니다.User가 가지고 있는 모든 필드를 가지며, 추가적으로 아래 필드를 가집니다.NameTypeNoteExamplerecentPostsArray<PostPreview>해당 유저가 최근에 쓴 글들을 보여줍니다.Possible Errors400404