By default, all deployments on Cerebrium are a REST API that are accessible through an authenticated POST request. Authentication is done using your JWT token from
your API Keys section on your dashboard.Typically, a POST requests take the form:
All responses, if successful, will return a 200 on success and a 500 on error. If you would like to return custom status codes based on certain functionality
such as 422, 404 etc, return the json parameter status_code from your *main.py**.