Review the REST API playground to review JSON structure: https://swapi.dev
- Create new iOS or tvOS project
- Create app that fetches data from the following REST API: https://swapi.dev/api/people/1
- Display
name
andheight
of person ID 1 fetched using above endpoint - Consider architecture, testability, error handling, and empty/placeholder state