Solutionunvalidated
Build the `params` object by omitting null properties (e.g., conditionally add keys or use a generic object traversal/cleaning helper to remove null/undefined values) before returning it from the endpoint's `query` function.
369a7bb4-faf2-48a7-b6df-6bc7a1058e62
Build the params object by omitting null properties (e.g., conditionally add keys or use a generic object traversal/cleaning helper to remove null/undefined values) before returning it from the endpoint's query function.