pub async fn do_forum_create( ctx: &CoreCtx, token: &str, title: &str, category_slug: &str, body: &str, ) -> Result<PlatformMessage>
forum new core — create a topic + OP post (auth).
forum new