I know how to use Postman to make REST calls to API Management dealing with manually getting and updating tokens every time I get started and then every 30 minutes. I recently discovered that Postman supports OAuth 2.0 flows which should allow us to not have to deal with the manual token update process.
I've spent a few hours trying to get this working with no luck. The Azure terminology does not align well with the OAuth 2 terminologies and I'm no expert in this arena. How can I configure AAD and Postman so that I can make API Management calls and not have to deal with manually updating tokens all the time?