DiscoverText API - Start Project Deduplication

POST
https://api.discovertext.com/api/v1/exactdups/project/{project_id}
Input: an optional JSON object of parameters for the deduplication
{
    parseStyle: "(parse_style)"     // "standard" or "whitespace"
}
        
Return Value: A running task item
{
  taskId: "{task id, guid string}",
  taskType: "{task type, string}",
  entityType: "{entity type, string}",
  objectId: {operating object id, numeric},
  percentComplete: {percent task completeness, number 0.0 to 1.0},
  isComplete: {is the task complete? boolean}
}