i have made request from postman to localhost:3000/profile
with header : Authorization : Bearer {{AccessToken}}
got this response
{
"statusCode": 403,
"status": 403,
"code": 403,
"message": "Insufficient scope: authorized scope is insufficient",
"name": "insufficient_scope"
}