Authenticate API in Swagger page

Product: PowerShell Universal
Version: 3.8.1

Is there is way to pass an api token when calling an API via the Swagger page? I noticed when I select the Powershell Universal Management API from the drop down menu you get an “Authorize” button to enter the auth token.

When I switch to the Endpoints, there is no option. I tried entering in the token in the other page but can see that the authorization header info is never sent when running from the Endpoints section.

Ok…looking at the Swagger info and the new option to define your own documentation, I think that answers my question. Looks like I should be able to define that myself via a OAS3 definition.