curl --location --request PUT '/ShowAdmin/' \
--header 'Content-Type: application/json' \
--data-raw '{
"userID": "USER1777",
"salutation": "Mrs",
"firstName": "Vaughn",
"initial": "E",
"lastName": "Bradtke",
"jobTitle": "Regional Brand Supervisor",
"phone": "(584) 887-6630",
"fax": "1-472-322-5806 x9754",
"scanID": "BWAONO",
"notificationEmail": "Ova.Nikolaus@yahoo.com",
"bio": "pulse junkie 🥊",
"active": false,
"attendanceType": "Onsite Only",
"canImpersonateAttendee": true,
"canImport": false
}'
{
"id": "pa9p7a",
"userID": "USER1777",
"salutation": "Mrs",
"firstName": "Vaughn",
"initial": "E",
"lastName": "Bradtke",
"jobTitle": "Regional Brand Supervisor",
"phone": "(584) 887-6630",
"fax": "1-472-322-5806 x9754",
"scanID": "BWAONO",
"notificationEmail": "Ova.Nikolaus@yahoo.com",
"bio": "pulse junkie 🥊",
"active": false,
"attendanceType": "Onsite Only",
"canImpersonateAttendee": true,
"canImport": false
}