Request
Body Params application/json
Request Code Samples
curl --location --request POST '/reset_fake_data' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json {
"data": {
"name": "桌宠名字",
"level": 256,
"money": 66352.38,
"exp": 651800.45,
"levelUpNeed": 655360,
"strength": 356.0,
"strengthMax": 356.0,
"feeling": 220.84,
"strengthFood": 272.96,
"strengthDrink": 272.03,
"likability": 2650.0,
"health": 100.0
}
}
Modified at 2026-05-03 11:57:43