[BUG] [typescript-angular] Add "header" to reserved words
Created by: JohnTraDolta
Description
Having a property in the swagger.json called "header". This result in a client with a parameter called header, later in that function a variable with the same name is instantiated
Solution
Add header as a reserved word to enable the auto renaming functionality