Environment Variables and Profile Token

Environment Variables and Profile Token

Hi,
It would be great if you help me with these question.
  1. How can I edit the environment variables of an analysis using the TagoIO API? I'm currently using this method to edit other properties, can environment variables be updated similarly?
    1.                   const result = await Resources.analysis.edit("analysis-id-123", {
                          name: "Updated Analysis",
                          active: false
                        });
  2. How can I check the expiration date of my profile token?
  3. How can I create a new profile token in TagoIO with an expiration date or expiration parameter and permission type using the API? I cannot able to find tokenCreate method in account.
  4. How can I access and delete the created token?

  5. Thank you