curl \
--request POST 'https://apiv3.bilsoft.com/api/AjandaDosya/addrange' \
--header "Content-Type: application/*+json"
curl \
--request POST 'https://apiv3.bilsoft.com/api/AjandaDosya/addrange' \
--header "Content-Type: application/json" \
--data '[{"ajandaId":42,"dosyaAdi":"string","dosyaYolu":"string","id":42}]'
curl \
--request POST 'https://apiv3.bilsoft.com/api/AjandaDosya/addrange' \
--header "Content-Type: application/json-patch+json"
curl \
--request POST 'https://apiv3.bilsoft.com/api/AjandaDosya/addrange' \
--header "Content-Type: text/json"