I'm trying to send HTTP Post requests to Autotask via Solarwinds Orion but there's no way to put the username and password to authenticate and without those I can't send any information. I've got it working in Postman but there is a spot to put the credentials as part of the UI. Right now I'm trying to make a powershell script that will execute automatically but there is still no way to put in the username and password. Is there any way that I can:
a) put the credentials in the body of the HTTP Post so I can send it directly from Orion, or
b)Generate a token or put the credentials somewhere in the powershell script