pub async fn create_conversations(
client: &mut Client,
conversations: &[ConversationCreateRequest],
) -> Result<Conversations, Error>pub async fn create_conversations(
client: &mut Client,
conversations: &[ConversationCreateRequest],
) -> Result<Conversations, Error>