Bridgit APITokenValidate
Validate an API token
Validates if an API token is valid, not expired, and not deleted
curl -X POST "https://api-test.hibridgit.com/api/token/validate"{
"status": 200,
"result": "OK",
"message": "Token is valid"
}{
"status": 401,
"result": "ERR",
"message": "Token is not valid, it cannot be found"
}