Protected Random Quote
GET http://localhost:3001/api/protected/random-quote
It returns a String with a Random quote from Chuck Norris. It requires authentication.
The JWT - access_token must be sent on the Authorization header as follows: Authorization: Bearer {jwt}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Authorization | string | Replace {{jwt_token}} with your JWT token. | 
RESPONSES
status: OK
"Chuck Norris's tears cure cancer ..... too bad he has never cried"