Add endpoint `/health` that returns json with a status message `OK` ```json { "status":"OK" } ``` This will allow for checking if backend is running or not and immediately notifying the user that the system is down.