When creating a page I get the following error:
Invalid input JSON on line 1, column 21135: Cannot deserialize value of type long from String "1970-01-01T00:00:00+00:00": not a valid long value
however the date is matching the API specifications. Leaving out the property makes the call work, even if the property in question (archivedAt) is listed as a required property.