Summary: Using KrakenD chaining and a Lua formatter script, combine separate Product and Price API responses into a unified endpoint that maintains nested objects and respects client-side expectations.
- We have separate Product API and Price API.
- The client wants to receive both product information and pricing in a single response.
Goal: Update the endpoint without requiring any changes on the client-side logic.