4.46.3

(fix): Fix empty request body issue where endpoints with all-optional fields would send an empty body instead of {}. When an endpoint has a request body type but all fields are optional, the SDK now correctly sends {} as valid JSON rather than omitting the body entirely.