Authentication credentials were not provided

{
“detail”: “Authentication credentials were not provided.”
}

REST client (Postman) keep throwing this error even if relevant credentials were provided. Like username. password, Authorization headers with JWT Token (with JWT prefix). Also, adjusted settings.py and urls.py according to the Djoser documentation, but still getting this error.