curl --location --request PUT '/patient/' \
--header 'x-api-key: {{api-key}}' \
--header 'x-docus-key: {{docus-key}}' \
--header 'x-auth-secret: {{auth-secret}}' \
--header 'x-team-id: {{team-id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sex": "male",
"date_of_birth": "1990-01-01",
"note": "Patient has a history of allergies"
}'{
"message": "Patient updated successfully"
}