@FormUrlEncoded @POST("/api/friend") abstract fun friend(@Field("id") id: String, @HeaderMap header: HashMap<String, String>): Call<Any?>