curl --location -g --request POST 'https:///api/v2/corpora//documents/duplicates' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"documents": [
null
]
}'
{
"success": true,
"message": "Duplicate documents retrieved successfully",
"data": {
"duplicate_files": [
null
],
"indexed_files": [
null
]
}
}