getFriends

@GET(value = "friends")
abstract suspend fun getFriends(@Header(value = "If-None-Match") etag: String? = null): Response<FriendsList>