curl --location --request POST '/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 '{
"patient_id": "patient_id",
"sex": "male",
"date_of_birth": "1990-01-01",
"note": "Patient has a history of allergies",
"email": "email@example.com"
}'{
"message": "Patient created successfully"
}