On trying to validate a token using "/wp-json/jwt-auth/v1/token/validate" below is the response: { "code": "You are unauthorised to view this", "message": "Please contact our admin.", "data": { "status": 401 } }
On trying to validate a token using "/wp-json/jwt-auth/v1/token/validate" below is the response:
{
"code": "You are unauthorised to view this",
"message": "Please contact our admin.",
"data": {
"status": 401
}
}