package identity type AuthorizationHeaderDTO struct { Authorization string `reqHeader:"authorization"` }