Note: The Docus Lab API is in active development. Features and endpoints may be updated. Please refer to the latest API version in the official documentation for the most accurate information.
{ "visit_id": "Visit ID", "patient_id": "Patient ID", "date": "2025-08-29", "physician_email": "string" }
curl --location --request POST '/visits' \ --header 'Content-Type: application/json' \ --data-raw '{ "visit_id": "Visit ID", "patient_id": "Patient ID", "date": "2025-08-29", "physician_email": "string" }'