Replace single quotes with double quotes

I made a request in Postman and it runs like a charm. I export it as a code:

curl --location --request POST 'https://release.local/api/v1/actions/execute' ^
--header 'Content-Type: application/json' ^
--header 'Accept: application/json' ^
--header 'X-Access-Token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOiIyMDIwLTExLTA1VDEyOjMyOjExLjY3NjU4NVoiLCJ0eXBlIjoiYWNjZXNzIiwiaXAiOiIxNzIuMTYuMC41MyIsInV1aWQiOiJjYTY3ZmU2NS1hZTU5LTQxMGEtYWNmYy1mNTZiOWRmN2ZiMWMiLCJmaW5nZXJwcmludCI6Ik1tUXpPV1kyWTJVelpHVTVNamhpWXc9PSJ9.OHiQ35RhLM2XRSFmI3uzvb4STHKTvgWx08cbiyRWhoM' ^
--data-raw '{
"context": "50b201df-862b-4d93-930c-dc6480db4c4e",
"action_id": "191a7123-bcda-44ee-b615-80c09b4b3091",
"payload": []
}'

But single quotes do not work with Win10 curl. Is it possible to configure Postman to replace them with double quotes?

Hey @koshmariel ,
Welcome to the community.
As far as I know, you can only set as follows, there is no more than Postman code snippets settings, but I recommend you to use a different terminal for Windows, such problems occur a lot in Windows itself.

Maybe you can try changing the line continuation character.