UAT Method
Access through User Authorization Token, the simplest and quickest method
How to obtain: Go to the User Center (https://simpletex.net/user/center), create it in the "User Authorization Token" menu
Request method: Simply place the user authorization token information in the request
header
, the field name istoken
, such asheader={"token":"XXXXX"}
Note: To ensure the security of your application and account, please do not use this method for requests in production environments.