Masking or Deleting an unused `--data` entry in example cURL requests

Hi,

I have a collection with several REST calls. In the Postman Pro docs, I see “Example Requests” with empty entries for '–data`, such as:

curl --location --request GET "https://openam-{TENANT_NAME}.forgeblocks.com/oauth2/userinfo" \
  --header "Authorization: Bearer " \
  --data ""

Is there any way to mask that --data entry in the cURL REST call?