Users
Generate Token
Generates an authentication token for a specific user by their user ID.
GET
This endpoint does not require the
token header. It generates a token using the user ID directly.Path Parameters
The user ID to generate a token for.
Response
Whether the request was successful.
A human-readable result message.
The generated authentication token.
