{
"id": 1,
"gameCategoryId": 1,
"category": "version",
"title": "string",
"summary": "string",
"coverImage": "string",
"tags": [
"string"
],
"source": "string",
"content": "string",
"publishedAt": "string",
"sortOrder": 0,
"status": "active"
}curl --location '/admin-api/v1/game/news/update' \
--header 'Authorization: Bearer jl-test-token-user-43' \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"gameCategoryId": 1,
"category": "version",
"title": "string",
"summary": "string",
"coverImage": "string",
"tags": [
"string"
],
"source": "string",
"content": "string",
"publishedAt": "string",
"sortOrder": 0,
"status": "active"
}'{
"code": 0,
"message": "string",
"data": {
"success": true
}
}