I'm trying to emulate request for updating product information from third-party system to Magento 2 REST API using PhpStorm HTTP Client. Authentication type is Integration (oAuth). Are there any solutions for composing authenticated request?
I could not find any ready to use method out of the box.