curl --location --request POST 'https://api-35.elogii.com/form-submissions/updateMany' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"data": {
"dateRangePicker-17": [
"2026-02-25T16:28:11.714Z",
"2026-03-01T16:28:11.714Z"
],
"timePicker-17": 1360
},
"_id": "699f235781a90b204c29b181"
},
{
"data": {
"text-1": "TEST2",
"number-17": 100,
"radio-17": "2"
},
"_id": "699f3e26e64c265fd31a0755"
}
]
}'{
"result": 2,
"errors": [],
"ids": [
"699f235781a90b204c29b181",
"699f3e26e64c265fd31a0755"
]
}