This is a simple public API developed as part of the HNG Stage Zero task. It returns basic information in JSON format.
- GET
/
{
"email": "your-email@example.com",
"current_datetime": "2025-01-30T09:30:00Z",
"github_url": "https://github.com/yourusername/your-repo"
}