Hi,
The url i'm using is: https://api-worldcheck.refinitiv.com/v2/cases/screeningRequest
And my header are:
Content-Type: application/json
Authorization: XXXXXX
Content-Length: 255
And the payload is:
{
"groupId": "5jb6nlmky7ma1fznxdeemjygm",
"entityType": "INDIVIDUAL",
"caseId": "",
"providerTypes": [
"WATCHLIST"
],
"name": "{{issue.summary}}",
"nameTransposition": false,
"secondaryFields": [],
"customFields": []
}
However I am prompted with "Content Length Header already present" and if I remove this header, I am then prompted with error 401:
Date: Wed, 22 Sep 2021 02:39:17 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Strict-Transport-Security: max-age=15552000, includeSubdomains
Authorization: WWW-Authenticate: Signature realm="World-Check One API",algorithm="hmac-sha256",headers="(request-target) host date content-type content-length"
Any ideas?