{
"newPath": "string",
"oldPath": "string"
}curl --location --request PATCH '/core/mediaLibrary/copy' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"newPath": "string",
"oldPath": "string"
}'[
{
"status": "OK"
}
]