- Added support for Windows curl commands
This allows you to intercept most HTTP requests made by the game in order to inspect how the private webservices API works. You can copy each request's URL, headers, and even a curl command to let you run the request in your own shell.
More technical details on accessing webservices externally can be found here.
Note: Do not share your access token contained in the headers and curl commands - it is uniquely used to identify you!
Updated deprecated icons