{
"病历ID": "string"
}
curl --location --request POST '/api/medoutdoc/record/patient/delete' \
--header 'Authorizations: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"病历ID": "string"
}'
{
"resultCode": "string",
"resultMessage": "string",
"body": {
"result": "string",
"errMsg": "string"
}
}