短链接服务 API

使用 POST 请求发送 JSON 数据到 /api/short-link 来生成短链接

请求格式: {"url": "https://example.com"}

响应格式: {"shortUrl": "http://u.txys.link/abc123"}