auth-bearer: ********************curl --location --request PUT '/waitlist/' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"patient": "string",
"cellPhone": "string",
"homePhone": "string",
"clinic": "string",
"professional": "string",
"specialty": "string",
"event": "string",
"note": "string",
"prenatal": true,
"isNewBorn": true
}'