curl --location --request PUT '/VendorUser/' \
--header 'Content-Type: application/json' \
--data-raw '{
"userID": "USER2236",
"salutation": "Dr",
"firstName": "Pearl",
"initial": "I",
"lastName": "Kiehn",
"jobTitle": "Human Assurance Strategist",
"phone": "(648) 347-3681",
"fax": "922.914.9533 x0538",
"scanID": "QS6XIT",
"notificationEmail": "Kacie13@hotmail.com",
"bio": "artist, entrepreneur, patriot 🐲",
"active": true,
"attendanceType": "Both",
"vendorID": "VEND0161",
"productNegotiator": false,
"atShowNegotiator": false,
"reportViewer": false,
"clientPortalAdmin": true,
"canChat": false,
"canReceiveSMS": false
}'
{
"id": "79f4f9",
"userID": "USER2236",
"salutation": "Dr",
"firstName": "Pearl",
"initial": "I",
"lastName": "Kiehn",
"jobTitle": "Human Assurance Strategist",
"phone": "(648) 347-3681",
"fax": "922.914.9533 x0538",
"scanID": "QS6XIT",
"notificationEmail": "Kacie13@hotmail.com",
"bio": "artist, entrepreneur, patriot 🐲",
"active": true,
"attendanceType": "Both",
"vendorID": "VEND0161",
"productNegotiator": false,
"atShowNegotiator": false,
"reportViewer": false,
"clientPortalAdmin": true,
"canChat": false,
"canReceiveSMS": false
}