2.2.4

(fix): Thread endpoint ID through dynamic snippet generator to differentiate generated snippets by endpoint.

2.2.3

(fix): Fix 204 No Content handling for endpoints with a JSON response type. Previously, endpoints returning an empty body (e.g. 204) would throw a BrevoException even on a successful response. Now all JSON response return types are nullable (?Type) and the generated code returns null instead of throwing when the response body is empty.