Make the two screens built in Exercise 1 dynamic.
- In the products page, get the data from this API.
- In the products show page, get the date from this API.
- In the product show page, display quantity.
- Use react-query library
- Read params from URL using useParams from react-router-dom