Given an API response as JSON (or equivalent in your choice of language), sort the response by price. Assume the code you write will be running in FE (client-side). The API response wasn't homogenous, it included records from different sources with different schemas. The currencies were also different.