Create Customer Identity Request
data class CreateCustomerIdentityRequest(val address: FrameObjects.BillingAddress, val firstName: String, val lastName: String, val dateOfBirth: String, val phoneNumber: String, val email: String, val ssn: String)
The request body required to create a new customer identity verification record.
All fields are required by the API; none may be omitted.