### Fixtures folder
All key API responses are housed here.
These API responses can be used for several reasons. For example:
- To bypass logins when building any screen of the application
- To quickly test API parsing in unit tests
- To separate Network from Data concerns while coding