meta { name: Adds a new Correlation Pair object. type: http seq: 3 } post { url: {{baseUrl}}/memori/v2/CorrelationPair/:strSessionID body: json auth: none } params:path { strSessionID: } body:json { { "pairID": "", "text1": "", "text2": "", "correlated": "", "occurrences": "", "creationTimestamp": "", "creationSessionID": "", "lastChangeTimestamp": "", "lastChangeSessionID": "" } }