/api/user/tokenReturn an encrypted API token for the authenticated user.GET/api/user/tokenResponse Body200application/json4xxapplication/jsoncURLJavaScriptGoPythonJavaC#Rustcurl -X GET "https://example.com/api/user/token"2004xx{ "token": "string"}/api/user/stats GETView aggregate statistics for the authenticated user's files and URLs./api/user/token PATCHRefresh the user's underlying token secret and return an updated token and user object.