import { whopApi } from "@/lib/whop-api";

const result = await whopApi.listForumPostsFromForum({
	// The ID of the experience to fetch posts from
	experienceId: "exp_XXXXXXXX" /* Required! */,
});