curl --request POST \
--url https://api.example.com/admin/content-adjudication/remediate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ismFlagID": 123,
"replacementWordID": 123,
"replacementPositionUsageTypeID": 123,
"createdDateRemediateOn": 123
}
'{
"success": true,
"data": "<unknown>"
}Filter the stories
curl --request POST \
--url https://api.example.com/admin/content-adjudication/remediate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ismFlagID": 123,
"replacementWordID": 123,
"replacementPositionUsageTypeID": 123,
"createdDateRemediateOn": 123
}
'{
"success": true,
"data": "<unknown>"
}The access token received from the authorization server in the OAuth 2.0 flow.