I am trying to run a collection with a registered trademark symbol in the incoming data file, but Postman is not encoding the character. If I encode it first (whether ®, ®, or %C2%AE), then Postman re-encodes it and breaks the request. I can’t seem to find any way to handle these characters.
Any ideas?