{
"diagnoseEntity": {}
}
curl --location --request POST '/api/medoutdoc/diagnose/freqinfos' \
--header 'Authorizations: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"diagnoseEntity": {}
}'
{
"diagnoseEntity": "string",
"recCode": "string",
"resMessage": "string"
}