Endpoint to check if the provided token is valid. A successful response (200 OK) indicates a valid token. An unsuccessful response (401 Unauthorized) indicates an invalid token.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response