Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST http://localhost:5080/api/v1/auth/login \ -H 'content-type: application/json' \ -d '{"email":"[email protected]","password":"admin"}'
{ "token": "eyJhbGciOi...", "user_id": "u_2abc...", "org_id": "o_2def...", "role": "owner" }
用邮箱和密码换取 JWT。
POST /api/v1/auth/login
email
password