curl --location --request POST 'https://api-35.elogii.com/drivers/updateMany' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"_id": "67ac98086193f8a2fe906058",
"reference": "MM-01",
"userInfo": {
"username": "Milo",
"password": "123456"
},
"firstName": "Milo",
"lastName": "D"
},
{
"_id": "68e82a77fdeed08b2c6bc63f",
"reference": "VanE",
"userInfo": {
"username": "Elizabeth",
"password": "123456"
},
"firstName": "Elizabeth",
"lastName": "K"
}
]
}'