Proxy API example?

Hi, do you have an example where postman is acting as a proxy.
I like to restrict users when doing API request to postman, to only allow GET requests. The get requests are then done towards the server API application. I.e. the user needs a password towards postman, postman use another hided passwords towards the server application. The aim is to block direct contact with the server application.
BR
/Erik