Create API
Create a new model. This is where most implementations start off.
POST /models
Retrieve a model.
GET /models/<id>
Retrieve all models.
GET /models
Update a model.
PATCH /models/<id>
Delete a model.
DELETE /models/<id>