page.title("Name","Page updated")
page.rich_text("Text","Ceci est toto")
page.number("Number", 42)
page.select("Select","Value3")
page.multi_select("Muti Select",["Value1","Value2","Value3"])
page.date("Date","2021-10-03T17:01:26") #Follow ISO 8601 format
page.people("People", ["6e3bab71-beeb-484b-af99-ea30fdef4773"]) #list of ID of users
page.checkbox("Checkbox", False)
page.phone_number("Phone number","+33 6 21 83 11 12")