curl --location --request PATCH '/api/admin/books//files/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"legacyDownloadCount": 1500
}'{
"success": true,
"legacyDownloadCount": 1500
}