User login
documentedLogin with a user email/password to obtain a user key and session secret.
POST /users/login.jsonOpen Client APIno 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://api.pushover.net/1/users/login.json\" -X POST -H \"Accept: application/json\" --form-string \"email={{$email}}\" --form-string \"password={{$password}}\"