I have Windows and loaded the Windows version of Postman, but I want code snippets that don’t contain the Windows-based code in the snippet (Linux instead). Is there a setting I can change or something else I can do to fix this? For example, for Python Request snippet, the following, I believe, is due to Windows (/r/n):
payload = “{\r\n"id”: 2967, \r\n"name": …
I've tried looking at the settings in the applicatin.
payload = “{\r\n"id”: 2967, \r\n"name": …
I'm getting Windows-based code, but want only Linux-based code.