Previously if a request body contained form URL encoded content, parameters would be duplicated in the request body and in the request URL in the curl, HTTPie, and HTTP request snippets. This commit updates the affected snippets so that parameters are not added to the URL when they will also be represented in the request body. Closes gh-514