I have added header in individual route for sending token but what i am trying is , adding token in Authorize in swagger ui once so that I don't have to send token in header in every individual route.
I have tried with adding securityDefinitions as show in image but when i console the request object in nodejs server , the header option didnot appeared .