> curl -X PUT --dump - http://localhost:8529/_api/cursor/123456
HTTP/1.1 400 Bad Request
content-type: application/json
{
"code": 400,
"errorNum": 1600,
"error": true,
"errorMessage": "cursor not found: disposed or unknown cursor"
}