The example currently looks like this: $ curl "https://groups.io/api/v1/login" \ -c "cookies.curl" \ -d email=test@...&password=qwerty
I've found this always gives an invalid password error (despite no special characters in my password). It works if you add quotes around the email&password string. Would be good to edit the docs to reflect this.