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