Reference
curl -X POST https://kootah.xyz/api/shorten -H "Content-Type: application/json" -d '{"url": "https://example.com/url"}' {"shortUrl": "https://...", "slug": "abc123"} 200 Success
400 Invalid
429 Rate limit
500 Error
curl https://kootah.xyz/api/stats/abc123
{"url": "https://...", "created": 1714348000, "hits": 42} 200 Success
404 Not found