2.2.2
(fix): Fix JSON deserialization error when API returns an empty response body for
endpoints with a declared JSON response type. Previously, a JsonException: Syntax error was thrown because the SDK attempted to JSON-decode an empty
string. Now the generated code checks for an empty response body before
attempting deserialization and returns null gracefully.