--request not being added when selecting POST method

When viewing the CURL output of my query, the --request argument is added for all methods except for POST. When I select POST from the GUI drop down, the --request argument disappears from the CURL code and the query runs with GET (even though the GUI dropdown shows POST)

Any non-POST method adds --request {{METHOD}} correctly:

When I select POST from the dropdown, --request {{METHOD}} disappears and the request is sent as a GET:

Postman v10.16.0 New installation yesterday. Been using Postman for a while and this functionality has always worked fine.

Ugh… in settings. Needed to enable “Follow original HTTP Method”.

No idea why this is only needed for POST, but whatever.