{
"patientId": "string",
"visitId": "string",
"flag": 0,
"deptId": "string",
"keyword": "string"
}
curl --location --request POST '/hb-dept/leader/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"patientId": "string",
"visitId": "string",
"flag": 0,
"deptId": "string",
"keyword": "string"
}'
{
"code": 0,
"message": "",
"hintCode": "",
"detailMessage": "",
"data": [
{
"code": "",
"id": "",
"name": "",
"certificateCode": "",
"medicalInsuranceCode": "",
"medicalInsuranceName": ""
}
]
}