I use Django Rest Framework token authentication, and if I do curl http://localhost:8000/api/v1/users/?format=json -H 'Authorization: Token 0a813fdcd3f8846d6fa376f2592bbc678b0b8e85' , everything works fine.
But when I try to achieve this using the Postman email client, nothing happens. What am I doing wrong?

rest django curl django-rest-framework postman
psychok7
source share