DATA IMPORT
Import Game Data
Import news and updates from JSON or XML sources
JSON Format Example:
{
"items": [
{
"appId": "730",
"link": "https://...",
"title": "Game Update",
"description": "...",
"category": "Update",
"date": "2024-01-01T00:00:00Z"
}
]
}