@GET("courses/{id}/relationships/user_course_wishlist")
    suspend fun checkIfWishlisted(
        @Path("id") id: String
    ): Response<Wishlist>