{
"doid": "string",
"elements": [
{
"operator": "ADD",
"element": [
0
]
}
]
}curl --location --request PATCH '/api/v1/dos' \
--header 'Content-Type: application/json' \
--data-raw '{
"doid": "string",
"elements": [
{
"operator": "ADD",
"element": [
0
]
}
]
}'{
"doid": "string",
"total": 0,
"success": 0,
"failed": 0
}