Generates and returns an expiring JSON Web Token for the authenticated user. Used for integration purposes.
Information: The request header must contain real credentials (i.e. not just a session cookie).
{- "response": {
- "node": "string",
- "csrfToken": "string",
- "data": [
- { }
], - "status": 0
}
}