[
{
"herbOrderEnterType": "string"
}
]
curl --location --request POST '/api/medoutdoc/herb/operator/method/post' \
--header 'Authorizations: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"herbOrderEnterType": "string"
}
]'
{
"resultCode": "string",
"resultMsg": "string",
"body": true
}