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.
{ "user_id": "539577db-2862-43dc-89e9-725f0b2dcdb6", "patient_id": "12056", "date_of_birth": "2000-01-25", "sex": "male", "pregnant": false, "note": "Medical conditions etc." }
curl --location --request POST '/patients' \ --header 'Content-Type: application/json' \ --data-raw '{ "user_id": "539577db-2862-43dc-89e9-725f0b2dcdb6", "patient_id": "12056", "date_of_birth": "2000-01-25", "sex": "male", "pregnant": false, "note": "Medical conditions etc." }'