pub async fn add_problem( db: &State<Surreal<Client>>, data: Json<AddProblems<'_>>, ) -> Result<Empty>