Just in case you wanted to see the test script that I created and it's output, I have posted it below. The API URL is a site used for testing HTTP JSON API requests (GET, POST, PUT, PATCH, & DELETE) and their JSON responses. #AutoIt3Wrapper_UseX64 = N ;Required because Ward's UDF uses the 32-bit DLL. #include <Constants.au3> #include <curl.au3> curl_post_example() Func curl_post_example() Local $hCurl = Null,