Authenticates the admin user and returns a JWT token. The username is always fixed to admin. No authorization header is required for this endpoint.
When the server starts, it uses ACTIAN_VECTORAI_JWT_SECRET if present and persists that value to server_params.btr. If the environment variable is absent, the server loads the previously persisted secret or generates and persists a new one automatically.