    Token = "secret_9RsfMrRMqZwqp0Zl0B...";
    Base  = "29d82aa7-fc4e-8173-83c3-eef87a456cc4";

    Title       = "TestTitle";
    Description = "TestDescription";

    Properties = New Map;
    Properties.Insert("Email", "rich_text"); // Type fields "Email" will changed with email to text
    Properties.Insert("Website"); // Field "Website" will deleted

    Result = OPI_Notion.EditDatabaseProperties(Token, Base, Properties, Title, Description);