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.
{ "biomarker_id": "string", "title": "string", "description": "string", "abbr": "string", "unit": "string" }
curl --location --request POST '/biomarkers' \ --header 'Content-Type: application/json' \ --data-raw '{ "biomarker_id": "string", "title": "string", "description": "string", "abbr": "string", "unit": "string" }'