curl --location --request POST 'account_beautiful/info' \
--header 'token: {{token}}' \
--form 'id="670"'{
"code": 1,
"msg": "获取成功",
"time": "1756456280",
"data": {
"list": [
{
"id": 670,
"code": "4444",
"user_id": 12178104,
"level": "6",
"price": 4,
"switch": 1,
"tags": null,
"state": "0",
"createtime": 1755615301,
"deletetime": null
}
]
}
}