curl --location --request GET 'https://api.302.ai/302/webserve/list?page=1&limit=50' \
--header 'Authorization: Bearer '{
    "data": [
        {
            "id": "d35ab1cc",
            "url": "https://d35ab1cc.302ai.app"
        }
    ],
    "pagination": {
        "current_page": 1,
        "page_size": 50,
        "total_items": 2,
        "total_pages": 1
    }
}