curl --location --request GET 'http://localhost:3000/api/petcards/1'
{
"success": true,
"data": {
"cardId": 1,
"name": "普通之生命护符",
"vip": false,
"sale": 0,
"trade": false,
"price": 0,
"rmb": 0,
"type": 0,
"color": 0,
"hp": 20,
"speed": -10,
"attack": 0,
"defend": 0,
"sAttack": 0,
"sDefend": 0,
"desc": "体力+20",
"limitRaceId": null,
"viewId": -1,
"level": 0,
"levelUpId": 0,
"suitIds": null,
"limitExtAppend": "",
"originCardId": 0
},
"timestamp": "2025-07-29T07:04:59.932Z"
}