This REST API provides programmatic access to all research aspects of this OCHRE site, subject to the same authentication and permissions checks that govern the web interface.
GET /api/annotation/create/computational_annotation/
HTTP 200 OK
	  Allow: GET, POST, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "created_by": null,
    "force": null,
    "name": "",
    "ordering": null,
    "machinelearningmodel": null,
    "primarysource": null,
    "query": null
}
Overwrite any existing annotation of the same name and creator.
Names must be unique for the user and type of object.
The ordering priority of this object when displayed in a list.
The machine learning model to apply.
The primary source to annotate.
Optional query to filter or transform the primary source.