{
"episodeIds": [
0
]
}
curl --location --request POST '/ipcare/oeord/ipcareOeOrdItemCopyView/getAdmInstrJson' \
--header 'Content-Type: application/json' \
--data-raw '{
"episodeIds": [
0
]
}'
{
"code": "",
"msg": "",
"data": [
{
"id": "",
"text": "",
"selected": false
}
]
}