Hello i am passing Authorization header in which jwt token is passed which i got after user logined but when i passed in wishlist header in postman get is working but postman keep showing error
{
“code”: “rest_forbidden”,
“message”: “Sorry, you are not allowed to do that.”,
“data”: {
“status”: 403
}
}
plz suggest wats the issue