pub async fn create( db: &State<Surreal<Client>>, problem: Json<CreateProblem<'_>>, ) -> Result<OwnedId>