@GET("/api/v1/me/friends/.json") abstract fun myFriends(@HeaderMap header: HashMap<String, String>): Call<FriendList>