Get information about the API. Returns an object containing information about the API on success.
GET /info
No specific parameters are required for this endpoint.
{
"name": "Quote-It",
"description": "Your go-to API for inspiring, and thought-provoking quotes.",
"version": "1.0.0",
"counts": {
"quotes": 51
}
}