curl --request GET \
--url https://api.example.com/v1/fun/trivia \
--header 'X-API-Key: <api-key>'Get a random trivia fact.
curl --request GET \
--url https://api.example.com/v1/fun/trivia \
--header 'X-API-Key: <api-key>'Successful Response