Some way to have cURL send Content-Type: application/json in generated docs?

I have a collection with 1 request defined, and the request POSTs a JSON body to a URL. I have the request body set to “raw” and “JSON” as that seems to be the best match among “none”, “form-data”, etc. When I click “Send” in the app, the request is properly formed and sent to the server, including the correct Content-Type header.

When I click “View in web” (click the right-facing disclosure arrow next to the collection name, above the three dots) I’m taken to the expected preview in my web browser, and I can select my environment to fill in variables. However, the cURL generated in the documents does not include the Content-Type header and thus the request fails.

Is it possible to have the docs include the Content-Type header in the example request?