Login
documentedAuthenticate a user with username or email and password; obtain an authToken and basic user data.
POST /api/v1/loginAuthenticationno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$host}}/api/v1/login" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"user": "{{$username}}", "password": "{{$password}}"}'