The Postgrid documentation lists a couple of flags that can be passed to the Create Contact endpoint that aren't reflected in this library (specifically skipVerification and forceVerifiedStatus). It works if you bypass type checking since this library just passes the input directly through to the API endpoint, but it would be nice to not have to do that.