pub async fn insert_playground_example(
    conn: &mut PgConnection,
    data: PlaygroundExampleData
) -> ModelResult<PlaygroundExample>