API Documentation
POST
/api/shorten
Create a new shortened URL
GET
/api/{shortCode}
Redirect to original URL
GET
/api/shorten/{shortCode}/stats
Get URL statistics
PUT
/api/shorten/{shortCode}
Update existing URL
DELETE
/api/shorten/{shortCode}
Delete URL
GET
/api/health
Health check