Verify the validity of a JWT access token. If no request body is provided, the Authorization header will be used for verification.
Bearer authentication with JWT access token. Used to authenticate requests to protected endpoints.
Optional JWT token to verify (if not provided, Authorization header will be used)
JWT token to verify
Valid JWT token
The response is of type string.
"OK"