{
"deptCode": "",
"deptName": "",
"doctorCode": "",
"doctorName": "",
"startDate": "2022-10-31",
"endDate": "2023-10-30"
}
curl --location --request POST 'http://172.30.11.16/gateway/qc-medical-manager/v1/pt/analysis/drg/statistic' \
--header 'X-Appcode;' \
--header 'X-Token;' \
--header 'Cookie: SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0' \
--header 'Content-Type: application/json' \
--data-raw '{
"deptCode": "",
"deptName": "",
"doctorCode": "",
"doctorName": "",
"startDate": "2022-10-31",
"endDate": "2023-10-30"
}'
{}