getUserFriends

@GET(value = "/v1/users/{userId}/friends")
abstract fun getUserFriends(@Path(value = "userId") userId: Long): Call<UserListData>