{
"lsh": 0,
"no": "string",
"reportType": 0,
"reportContent": "string",
"reportAuthor": "string",
"reportTime": "string",
"reviewAuthor": "string",
"reviewTime": "string"
}
curl --location --request POST '/api/anon/openapi/plugin/dts/ris/report' \
--header 'FRHis-Open-Timestamp;' \
--header 'FRHis-Open-Timestamp;' \
--header 'FRHis-Open-App-Id;' \
--header 'FRHis-Open-App-Id;' \
--header 'FRHis-Open-Token;' \
--header 'FRHis-Open-Token;' \
--header 'FRHis-Open-RequestID;' \
--header 'Content-Type: application/json' \
--data-raw '{
"lsh": 0,
"no": "string",
"reportType": 0,
"reportContent": "string",
"reportAuthor": "string",
"reportTime": "string",
"reviewAuthor": "string",
"reviewTime": "string"
}'
{}