/api/user/stats
View aggregate statistics for the authenticated user's files and URLs.
curl -X GET "https://example.com/api/user/stats"{ "filesUploaded": 0, "favoriteFiles": 0, "views": 0, "avgViews": 0, "storageUsed": 0, "avgStorageUsed": 0, "urlsCreated": 0, "urlViews": 0, "sortTypeCount": { "property1": 0, "property2": 0 }}