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/query/create/from_text/
HTTP 200 OK
	  Allow: GET, POST, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "name": "",
    "sparql": null,
    "force": null,
    "created_by": null
}
The name must be unique among queries owned by this user.
Overwrite any existing model of the same name and creator