curl --location --request GET '/api/short-url?pageIndex&pageSize' \
--header 'Cookie: <api-key>'
{
"rows": [
{
"id": 0,
"longUrl": "string",
"shortUrl": "string",
"visitCount": 0
}
],
"totalPageCount": 0,
"totalRowCount": 0
}