Site icon Hip-Hop Website Design and Development

get information from /wp-json/wp/v2/customers/me

i used to be making an attempt to get the person information with JWT auth in wordpress.

i used to be ship within the postman get request to /wp-json/wp/v2/customers/me with the token that i get from /wp-json/jwt-auth/v1/token.

however i get this error:

{
    "code": "rest_not_logged_in",
    "message": "you are not logged in",
    "data": {
        "status": 401
    }
}

can somebody assist please