PHP cURL generated code no longer escapes double quotes. It used to but now it has to be manually updated before using in a PHP script. Is there any way to update the way this code is generated so it includes the proper syntax?
CURLOPT_POSTFIELDS =>’{“firstName”: “Carol”,“lastName”: “Jones”,“title”:“Accounts Payable Clerk”,“company”: { “id”: 35454 },
Hey @mcdermottmb
Here’s the code in the repo - postman-code-generators/codegens/php-curl at develop · postmanlabs/postman-code-generators · GitHub
PRs are always welcome or at the very least, you could create a new issue so the team can take a look at it.