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