I am currently using an API but it gives “error Status code 401
{“title”: “Unauthorized”, “detail”: “No authorization token provided”}” however it works on postman with the same token
The token is gotten from the first call, which went well, but using token which was gotten from the first call in the second call gives the error above