I have got option to add token as per below image  and my yml file looks like this version: 0.0.1 ``` securityDefinitions: bearer: type: "apiKey" name: "Authorization" in: "header" ``` When I request the API after adding token it doesn't pass token in header.  Am I missing any configuration? I am using version as below `"typescript-rest-swagger": "^1.0.3"`