curl --location --request POST '/visit/generate' \
--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 '{
"visit_id": "v_xyz123",
"patient_id": "p_xyz123"
}'{
"message": "Visit analysis started successfully."
}