I created a webapi on asp.net core and for the documentation I am using swagger swashbuckl.
My API need's some custom headers to validate request along with jwt-token
I need this custom headers
orgid: fe5mp0 brnid: NY0023 Authorization: Bearer
I managed to add Authorization header and it is working but can't find how to add these custom headers.