2.22.9
(chore): Make BaseUrl optional in BaseRequest and omit it from generated
endpoint code unless required (e.g. multiple-base-URL environments).
The RawClient now falls back to Options.BaseUrl when BaseUrl is
not set on the request, removing the redundant
BaseUrl = _client.Options.BaseUrl from every generated API call.