pub async fn create_post(
client: &MoltbookClient,
params: PostParams,
) -> Result<(), ApiError>Expand description
Orchestrates the post creation process, handling both interactive and one-shot modes.
If verification is required, it displays instructions for solving the challenge.