After creating a case, for an entity with known negative news (BMW US Capital), I record the SystemCaseID (5nzbfkd6uwje1f2gspmb1o3uk) , and then make a POST request to:
https://rms-world-check-one-api-pilot.thomsonreuters.com/v1/cases/5nzbfkd6uwje1f2gspmb1o3uk/mediacheck/results
With the body:
{
"pagination": {
"itemsPerPage": 25,
"sort": "NEW_TO_OLD"
}
}
This returns with a 404 error, with a error body of "[]"
What am I doing wrong?