### Current Behavior Documentation about REST API (and possibly Swagger Auth Info) does not mention or specify, that the Header to pass the API Key is "X-Api-Key". Existing docs (along with Swagger) https://docs.dependencytrack.org/integrations/rest-api/ ### Proposed Behavior Documentation about REST API (and possibly Swagger Auth Info) should mention, that the Header to pass the API Key is "X-Api-Key". Info about OpenAPI Spec to document specific header: https://swagger.io/docs/specification/v3_0/authentication/api-keys/ ### Checklist - [x] I have read and understand the [contributing guidelines](https://github.com/DependencyTrack/dependency-track/blob/master/CONTRIBUTING.md#filing-issues) - [x] I have checked the [existing issues](https://github.com/DependencyTrack/dependency-track/issues) for whether this enhancement was already requested