You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6. create an apikey using ApiKey model from admin panel
7. copy the apikey and add it into your header with Api-key prefix
1. for example: headers = {"apikey": "Api-Key yourapikey"}
2. if you are using postman
https://user-images.githubusercontent.com/75315169/186418792-e540e80a-bee5-46a4-9aca-e241dd3a79b2.png
8. hit the URL's
1. http://localhost:8000/api/accounts/signup/ for creating a user
2. http://localhost:8000/api/accounts/signin/ for sign in