3.27.6
(feat): Generate overloads without request wrapper when all query parameters are optional.
This prevents compile breaks when optional query parameters are added to endpoints.
For example, getLatestInsurance(String userId) and getLatestInsurance(String userId, RequestOptions requestOptions)
overloads are now generated in addition to the request wrapper variants.