curl --location --request POST 'https://api-35.elogii.com/routes/setPlannedEstimates' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": {
"assignee._id": {
"$in": [
"67ac98086193f8a2fe906058"
]
},
"date": 20251112
}
}'{
"result": 1,
"errors": [],
"ids": [
"6913ae1067e660789451f0c0"
]
}