post https://api.moloco.cloud/cm/v1/auth/tokens
Issue a new token to access MOLOCO Cloud APIs.
Token is bound to a workplace. To manage another workplace's entity, you need a new token for that workplace.
From v1.4, the passwords updated over more than 12 months should be reset, so token whose type is UPDATE_PASSWORD_TOKEN will be returned.
With UPDATE_PASSWORD_TOKEN type token, you only can use UpdatePassword API.
The created token is valid for 1 hour.
Therefore, it is recommended to periodically refresh the token before it expires.