patient_id and reference_id.curl --location -g --request POST '{{docus_endpoint_url}}' \
--header 'x-api-key;' \
--header 'x-team-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"patient_id": "pt_123456",
"reference_id": "C1234",
}'{}