How to place comments inside Postman, request body section? Or is there any other place to comment out about the postman request?
You can write documentation and comments using the description section of the requests, collections or folders.
What is the best comment in source code you have ever encountered?
Can I use comments inside a JSON file? If so, how?
How do I comment out a block of tags in XML? I.e. How can I comment out <staticText> and everything inside it, in the code below? <detail> <band height="20"> <staticText> <…