How to custom the proxy CONNECT request from Postman proxy settings?

I am developing the special purpose local proxy server which need a special proxy CONNECT request header.

How can I setup POSTMAN to provide custom header for the proxy CONNECT requests for testing my server implementation?

Or something else of HTTP test tool can do this type proxy CONNECT request customization?

Appreciate all open ideas !