Returns a new API token belonging to a user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The name of the api token.
Successful response
The actual token contents as a JWT. This is used with the Bearer header, see Authentication for more details. This token is never revealed again.
"..."