curl --request POST \ --url https://zeus.agentspro.cn/api/auth/api-token \ --header 'Content-Type: application/json' \ --data '{ "email": "[email protected]", "password": "your-password" }'
{ "token": "eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCIsImtpZCI6Inh4eCJ9...", "user": { "id": "user_abc123", "email": "[email protected]", "name": "Frank" }, "expires_in": "30d" }
Obtain a JWT Token using email and password — for external callers to directly access the AI Backend
Authorization: Bearer <token>
Show user
user_id
30d