When sending JSON content that uses single quotes instead of double quotes, the content doesn't get passed as expected to the server. It seems like it's wrapping the content in double quotes when I test it with Postman's echo API.
Single quote example:

Double quote example:

I can also run the single quote example using something like CURL, which doesn't carry the same formatting, and running API calls this way work for examples I've tried against real world APIs:

When sending JSON content that uses single quotes instead of double quotes, the content doesn't get passed as expected to the server. It seems like it's wrapping the content in double quotes when I test it with Postman's echo API.
Single quote example:

Double quote example:

I can also run the single quote example using something like CURL, which doesn't carry the same formatting, and running API calls this way work for examples I've tried against real world APIs:
