# Curl testing against Grebe markdown=yes If using the no-password-login method ... WRONG, at least for now. `curl -X POST -H "Content-Type: application/json" --data json='{"user_name": "testuser", "email": "name@something.com"}' http://grebe.soupmode.com/api/v1/users/password` br. CORRECT `curl -i -d json='{"user_name": "testuser", "email": "name@something.com"}' http://grebe.soupmode.com/api/v1/users/password` #grebe - #curl - #testing