Login
documentedAuthenticate a user and establish a session; returns account info and a ticket for subsequent calls.
POST /api/account/loginAccountsno 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://fleep.io/api/account/login" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"email": "{{$email}}", "password": "{{$password}}", "remember_me": {{$remember_me}}}'