def it_should_have_the_correct_request_body(self):
expect(httpretty.last_request()).to(
have_json({
"loginName": "bob",
"fullName": "bob",
"password": "password",
"groups": []
}))