auth-bearer: ********************curl --location --request POST '/medicalRecord/protocol/addInformationToMedicalRecord' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"idAttendance": "string",
"protocoloId": "string"
}'{
"success": "string",
"message": "string",
"protocol": {}
}