Hi Support team,
I've encountered Http 415 Unsupported Media Type response when creating new screening case on Pilot Environment.
I am using the Worldcheck One Postman collection v2.46 which is downloaded from API document didn't modify the content and header. Also I found that it seems that the http error code 415 will appear on all POST call but succeed on all GET call.
Could Refinitiv support team please help to support my case? Thanks
curl --location --request POST 'https://api-worldcheck.refinitiv.com/v2/cases'; \
--header 'Date: Mon, 25 Apr 2022 02:29:51 GMT' \
--header 'Content-Type: application/json' \
--header 'Authorization: Signature keyId="9cb09xxxxxxxxxxxxxxxxxxxxxxx",algorithm="hmac-sha256",headers="(request-target) host date content-type content-length",signature="9ML1gmbZZGF8yw+jaP1a7v/+08gZeRZYAG29ZJ/vh7g="' \
--header 'Content-Length: 205' \
--data-raw '{
"secondaryFields": [],
"entityType": "INDIVIDUAL",
"customFields": [],
"groupId": "xxxxxxxxxxxx",
"providerTypes": [
"WATCHLIST"
],
"name": "James Bond"
}'