This is a simple public API that returns:
- Your registered email.
- The current datetime in ISO 8601 format (UTC).
- The GitHub URL of this project's repository.
GET /
{
"email": "waguthijane61.com",
"current_datetime": "2025-01-30T09:30:00Z",
"github_url": "https://github.com/codingbot995/api"
}