Following error showing while using POST for user/signup error code { "error": { "message": "Cannot read property 'email' of undefined" } }
{ "error": { "message": "Cannot read property 'email' of undefined" } }
POST code: { "email":"test", "password": "password" } or { "email":"test@test.com", "password": "password" }
{ "email":"test", "password": "password" }
{ "email":"test@test.com", "password": "password" }