Example searches: “Retrieve a model corresponding at given ID and return it as a JSON object.”, “Log in user by creating and registering auth tokens.”, “Tokens are considered as outdated every two weeks.”, “Log user out by revoking his auth tokens.”, “Resource to allow a user to change his password when he forgets it.”
Registration successful
Invalid password or email
curl \ --request POST 'http://api.example.com/auth/register' \ --header "Authorization: $API_KEY"