admin-auth: ********************curl --location --request POST '/admin/importMaterialsOrExam' \
--header 'admin-auth: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"code": "001",
"name": "Complete blood count",
"type": "material",
"lab": "alvaro",
"materialDefault": "893",
"materials": [
"893",
"894"
],
"events": [
40321546,
40321547
]
}
]'{
"inserted": 2,
"updated": 1,
"skipped": 3
}