Create a forum and a post using the API
findOrCreateForum
method will find an existing forum experience with the specified name,
or create a new one with all the specified options
This will create the forum in the same whop as the supplied experience.
experienceId
from the above, use it to create a post.
withUser()
: ID of the user postingforumExperienceId
: The ID of the target forumtitle
and content
: Main post body. (title is optional)