@DELETE("user_course_wishlists/{id}")
    suspend fun removeWishlist(
        @Path("id") id: String
    ): Response<Wishlist>