Through the front I login the user and get the token but when I want to use it in my endpoint with Authorization Bearer {token} it always sends me this as a response:
{
“detail”: “Given token not valid for any token type”,
“code”: “token_not_valid”,
“messages”: [
{
“token_class”: “accessToken”,
“token_type”: “access”,
“message”: “Token is invalid or expired”
}
]
}

