Function add_problems

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