Can someone write example with PUT request with json content? In linux I can send it via command: curl -X PUT -H "Content-Type: application/json" -d'{"id":"1751","title":"some title","attr1":"value1","attr2":"value2"}' https://hostname/service --insecure and it is working, but can't do the same on AutoIT.