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