curl --location --request GET 'http://localhost:3000/api/godcards/1'
{
"success": true,
"data": {
"cardId": 1,
"name": "神界雷霆传说神枪",
"quality": 0,
"hp": 2000,
"speed": 450,
"attack": 120,
"defend": 50,
"sAttack": 120,
"sDefend": 50,
"desc": "体力+2000,速度+450,攻击+120,防御+50,特攻+120,特防+50",
"limitRaceId": null,
"viewId": 1,
"level": 0,
"levelUpId": 2,
"synthesisType": -1,
"limitExtAppend": null,
"originCardId": 1
},
"timestamp": "2025-07-29T06:06:08.188Z"
}