curl --location --request POST '/VIP' \
--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": "Jane93@yahoo.com",
"bio": "student",
"active": false,
"attendanceType": "Onsite Only",
"canImpersonateAttendee": false
}'
{
"id": "637da6",
"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": "Jane93@yahoo.com",
"bio": "student",
"attendanceType": "Onsite Only"
}