Function create

Source
pub async fn create(
    db: &Surreal<Client>,
    account_id: &str,
    problem: &str,
    code: String,
    lang: Language,
) -> Result<Option<Submission>>