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/human_annotation/
HTTP 200 OK
	  Allow: GET, POST, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "created_by": null,
    "force": null,
    "name": "",
    "ordering": null,
    "user": 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 user who will perform this annotation.
The primary source this annotation will provide information about.
An optional query to sub-select or rearrange the primary source.