As Dist says, it’s either a token of the wrong type. (It has no user Attached)
or the token has expired, since a (regular) user token is only valid for four hours. Then you have to refresh it (if you can) or get a new user token.
This JS example will demonstrate using an implicit user token