Game.Minecraft.Read
Authorization: Bearer ********************
curl --location --request GET 'https://api.locyanfrp.cn/v3/game/minecraft/games?user_id=&page&size' \ --header 'Authorization: Bearer <token>'
{ "status": 200, "message": "string", "data": { "pagination": { "count": 0 }, "list": [ { "code": "string", "proxy_id": 0, "name": "string" } ] } }