Login user
documentedAuthenticate a user and establish a session by returning a token.
POST /api/v4/users/loginUsersno 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://{{$mm_server}}/api/v4/users/login" \
-X POST \
-H "Content-Type: application/json" \
-d '{"login_id":"{{$login_id}}","password":"{{$password}}"}'