I perform below steps to create an access token. but getting error {"error": "invalid_client"}
go to this link http://<ip_address>:/o/applications/
fill form to register your application
enter below command in CMD
curl -X POST -d "grant_type=password&username=<user_name>&password=" -u"<client_id>:<client_secret>" http://<ip_address>:/o/token/
Also, I installed required libraries for access token help of this https://django-oauth-toolkit.readthedocs.io/en/latest/rest-framework/getting_started.html
Image of error attached below Error I am getting