Hi,
I'll be using autoit for some time to perform some query and interact with a SW I deliver using COM objects.
Now the SW I use changed its architecture and interaction must be accomplished via webapi.
I'm trying to use WinHttp to perform a call I tested in swagger, this is the curl:
curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{ \
"username": "admin", \
"password": "123", \
"clientId":