Function update

Source
pub async fn update(
    db: &State<Surreal<Client>>,
    id: &str,
    sol: Json<CreateSolution<'_>>,
) -> Result<Empty>