curl \
--request PUT 'https://apiv3.bilsoft.com/api/CariNot/updaterange' \
--header "Content-Type: application/*+json"
curl \
--request PUT 'https://apiv3.bilsoft.com/api/CariNot/updaterange' \
--header "Content-Type: application/json" \
--data '[{"aciklama":"string","cariId":42,"id":42,"kullaniciAdi":"string","subeAdi":"string","tarih":"2025-05-04T09:42:00Z"}]'
curl \
--request PUT 'https://apiv3.bilsoft.com/api/CariNot/updaterange' \
--header "Content-Type: application/json-patch+json"
curl \
--request PUT 'https://apiv3.bilsoft.com/api/CariNot/updaterange' \
--header "Content-Type: text/json"