curl --location --request GET 'https://api.locyanfrp.cn/v3/software?page=&size='{
    "status": 200,
    "message": "string",
    "data": {
        "list": [
            {
                "id": 0,
                "name": "string",
                "tags": [
                    {
                        "type": "INFO",
                        "content": "string"
                    }
                ]
            }
        ]
    }
}