Good Morning. I have a problem that I still can not solve. I ask a token for a user already registered, I get the token returned.
I then use the token to request information from me:
https://online.shop2grow.com/rest/V1/customers/me?Authorization:=Bearer 0lukaiv3mj5gbdaot27jo1inlsd899pj
and the message is returned to me:
{
"message": "Consumer is not authorized to access% resources",
"parameters": {
"resources": "self"
}
}
sulutions?