Account
Allow you to create an account.
/account
@POST
{
"creationToken":"Token Give to you",
"username":"Your Username"
} Show account important information like balance and ressources.
/account
@GET
Show owned workers and their status.
/account/workers
@GET Show specific owned workers and their status.
/account/workers/{workerName}
@GET Show accessible cells and their information.
/account/cell
@GET