curl --location --request POST '/test-result/with-biomarkers/bulk' \
--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 '{
"patient_id": "patient_013",
"visit_id": "v_013_1",
"test_ids": [
{
"partner_test_id": "1010",
"biomarker_group_id": "GRP010"
}
],
"biomarkers": [
{
"biomarker_id": "BMK136",
"biomarker_group_id": "GRP010",
"value": "5",
"lower_referent_value": "14",
"upper_referent_value": "17",
"clinical_flag": "normal",
"referent_value": [
{
"Name": "Normal Range",
"Language": "en"
}
]
},
{
"biomarker_id": "BMK135",
"biomarker_group_id": "GRP010",
"value": "20",
"lower_referent_value": "4.1",
"upper_referent_value": "12.2",
"clinical_flag": "high",
"referent_value": [
{
"Name": "Normal Range",
"Language": "en"
}
]
}
],
"attachment_file_base64": "nisi ea officia",
"attachment_file_name": "whose_expatiate.weba"
}'