Information about usage of HTTP Request
Hi All,I need to replicate this call from the HTTP Request obj V.10:curl -k -X POST -H "content-type: application/x-www-form-urlencoded" -H "Authorization: Basic TOKEN" -d "DATA" "ENDPOINT"I am filling the fields in this wayI am pretty sure to compil...