To shorten a URL, send a POST request to /api/shorten
with
the following JSON body:
{
"longUrl": "https://example.com/your/long/url"
}
The service will return a shortened URL in the format:
https://dou.la/[shortCode]