In my rails application I am trying to create a new user from a json client. However, I am a little stuck on what to send as the json body. The request is properly getting sent to the correct controller, however I keep getting my validations error back as a response. It says the email and username cant be blank. Am I doing someting wrong?In my rails application I am trying to create a