POST Command documentation missing variable for HOST

I’ve set a variable “{{host}}” that looks correct for all GET request, however on the POST documentation curl command generated, it’s dropping the hostname. Example: “POST: http:///api/foo” vs “GET: http://foo.bar.baz/api/foo”