1- Create a fork of this repository and modify the current request bin service to accept create bins with a given key.
2- Add tests to receive a "webhook" and assert all relevant information you consider. In order to simulate a webhook being sent when a package is created, in your test you will need to do a request to a bin created by key. If you can't finish Mission 1 just create a bin and proceed.
3- Propose a CI process to execute these tests. It can be either a diagram, a pipeline using the tool you are most familiar with or both.
4- Find a solution for non-technical people that don't have Android Studio installed to be able to manage and run emulators. Assume they are using macOS.
5 -Do a PR with the previous exercises to your own fork explaining the proposed changes.