I have built a script to log myself in and get the token, the session_id, and all that crap; however, I am stuck when I try to do anything requiring the use of aforementioned crap.
req = post("https://api.minehut.com/server/<server_id>/start_service", data={x:y})
I assume X needs to be "token" and Y needs to be the token, but what do I actually put? Please help.