I'm not too good with JSON just yet, so please excuse if this is a major rookie mistake. I'm sending a query to a local file that does a cURL to an external site's API and gets a JSON object back. Because I have to pay for x queries to the API, I just copied and pasted one and I'm using it in replace of the cURL. I have the following script:I'm not too good with JSON just yet, so please