Currently we are using https://reqres.in/api/ third party for some internal tests.
- Create a simple REST server so that we could use for such kinds of tests.
- Decouple with third party API server
- Control more what we want to test
- Update every test where using the third party API