I\'m using postman to check json response from my django-rest-framework.
When my first try to post id, email, password through POST method to my django on AWS(amazon web
For me the solution was to add the X-CSRFToken header in Postman (gotten from initial login response in browser)
X-CSRFToken
see https://stackoverflow.com/a/26639895/8133649