I want the response to be in this format:
{"password"=>"[FILTERED]", "email"=>"[email protected]"}
However, this is the response that I'm getting now:
{"user"=>{"password"=>"[FILTERED]", "email"=>"[email protected]"}}
Code: https://github.com/ghoshnirmalya/hub-client
Any idea how to fix this?