1.39.2
(fix): Fix wire test generator using hard-coded WithToken for bearer auth
instead of deriving the option function name from the IR token name.
APIs that name their bearer token field something other than token
(e.g. authToken) now generate the correct option call (e.g.
option.WithAuthToken) in both wire tests and README snippets.