pub async fn create(pool: &DbPool, id: &str) -> DbResult<Conversation>
Create a new conversation.
Returns DbResult::Err if the database insertion fails.
DbResult::Err