I am configuring an implementation in Azure whereby I will perform a GET request to the order API on a timer to recieve new orders placed in the webshop. Azure Logic app doesn’t support oAuth 1.0 native so I am having to create an Azure function for this. I am using C# and struggling toRead more