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

const result = await whopApi.getAccessPass({
	// The ID or route of the access pass to fetch.
	accessPassId: "prod_XXXXXXXX" /* Required! */,
});