curl --location --request POST 'https://tsapi.perenso.net/v2/vip-users/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userID": "USER7517",
"salutation": "Mrs",
"firstName": "Patience",
"initial": "K",
"lastName": "Prohaska",
"jobTitle": "Attendee",
"phone": "(813) 707-9506",
"fax": "1-461-546-5129 x995",
"scanID": "ALRWCI",
"notificationEmail": "[email protected]",
"bio": "student",
"active": false,
"attendanceType": "Onsite Only",
"canImpersonateAttendee": false
}'