Example Request Escape Characters

I’m trying to find a way to get rid of these escape characters in the auto-generated example request on postman’s API documentation:

  --data "{  
  \"token\": \"eb50a022-d6de-4244-a1e6-dcb8522b2d19\",
    \"card\": {
      \"encryptedNumber\": \"cu3yRktaYFK2LUC6DpNK289tYDsGRCi7cO+GeG0hkeYFvT7Y8/oY5r53obMz6Q/BZ38gk2u2Ufwy8ojBcX2sfNjG5jplGTXA4NNlSIUjMFfiHe1sff1JFpThoiW/IIlifGlbWu+S1/9pqWPTzJ2+DcjwohbHzsDahhYewFhXgC8qsK0ypi/Shlp+CwRITyIvbVXESD0xz3YOTRHeZLlChvVqN8z4ZzN8nm0MXkmT1wcpYI73bH4KdnPwNU3s7XxvP/ernQP73SHHAOKSLlz4F6AEHFjJiCoXzeLF7LwEjRdxDJ0sKVXbRk3i9BGh+8Nle2VYgjpUWtk2763QkvZiQQ==\",
        \"expirationMonth\": \"1\",
        \"expirationYear\": \"2024\",
        \"cardHolderName\": \"Kevin Batchelor\",
        \"securityCode\": \"123\"
    },
    \"tokenex\": {
      \"token\": \"6ee140a0-05d1-4958-8325-b38a690dbb9d\"
    },
    \"processingOptions\": {
      \"verifyAvs\": 3
    }
}"

It’s confusing our readers. Is there a way I can do this?

Hi, were you able to fix this