... instead of the whole model This would force requests to be sent like this: ```json { "email": "test@test.com" "password": "12345678" } ``` rather than the current format: ```json { "user": { "email": "test@test.com" "password": "12345678" } } ```
... instead of the whole model
This would force requests to be sent like this:
{ "email": "test@test.com" "password": "12345678" }rather than the current format:
{ "user": { "email": "test@test.com" "password": "12345678" } }