curl --location --request POST 'https://dev.your-api-server.com/collections/clone-documents' \
--header 'Content-Type: application/json' \
--data-raw '{
"collection_id": "stringstringstringstringstringstring",
"upload_ids": [
"stringstringstringstringstringstring"
]
}'
null