curl --location --request POST '/medicalRecord/protocol/suggest' \
--header 'Content-Type: application/json' \
--data-raw '{
"illnesses": [
"string"
],
"symptoms": [
"string"
],
"cids": [
"string"
]
}'{
"message": "string",
"protocols": [
{
"name": "string"
}
]
}