curl \
--request PUT 'https://apiv3.bilsoft.com/api/Eticaretayarlar/updaterange' \
--header "Content-Type: application/*+json"
curl \
--request PUT 'https://apiv3.bilsoft.com/api/Eticaretayarlar/updaterange' \
--header "Content-Type: application/json" \
--data '[{"entegrasyonTur":"string","id":42,"kullaniciAdi":"string","sifre":"string"}]'
curl \
--request PUT 'https://apiv3.bilsoft.com/api/Eticaretayarlar/updaterange' \
--header "Content-Type: application/json-patch+json"
curl \
--request PUT 'https://apiv3.bilsoft.com/api/Eticaretayarlar/updaterange' \
--header "Content-Type: text/json"