{
"ids": [
0
]
}curl --location '/ec/doc/cancel' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
0
]
}'{
"code": 0,
"msg": "string",
"data": {
"cancelledDocNos": "new ArrayList<>()",
"pendingApprovalDocNos": "new ArrayList<>()",
"forbiddenDocNos": "new ArrayList<>()"
},
"other": {}
}