How can I send headers in Django REST framework browsable API view, I am authenticating calls by matching a token and that is passed in headers. I can use that API in the postman and it's working great, but I want to give inputs for putting access token on the browsable API of Django REST framework.
For reference like where I want the inputs for headers, I'm attaching a picture of the UI.
Any help is appreciated.