auth-bearer: ********************curl --location --request PATCH '/patient/' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cellPhone": "string",
"homePhone": "string",
"email": "string",
"insuranceIndex": 0,
"identificationIndex": 0,
"identification": "string",
"insurancePlan": "string"
}'