Send a post request to the heroku backend. The route with the model is "/predict" it expects data in the following format: ``` javascript mock_data = { 'age': 38, 'was_alone': 1, 'gender': 1 } ```