Fun

Random Quote

Get a random inspirational quote with its author.

GET/api/quote

Example request

curl "https://your-app.com/api/quote" \
  -H "x-api-key: YOUR_API_KEY"

Response

{
  "quote": "Success is not just about making money.",
  "author": "Unknown"
}