Authorization: Bearer ********************curl --location --request GET '/api/apps/versions/my-list/mslx-plugin-chat-sync?page=1&size=10' \
--header 'Authorization: Bearer <token>'{"code":200,"message":"success","data":{"list":[{"id":1,"version_name":"1.0.5-Release","version_code":1,"changelog":"## v1.0.5 更新日志\n\n- 修复了跨服聊天时偶尔断联的问题\n- 优化了内存占用\n- 增加了管理员强踢指令","download_count":0,"created_at":"2026-05-03T19:55:28"}],"page":1,"size":10,"total":1}}