curl --location --request GET 'account_beautiful/my_bea_acc?page=1&limit=10' \
--header 'token: {{token}}'{
"code": 0,
"msg": "string",
"time": "string",
"data": {
"total": 0,
"per_page": 0,
"current_page": 0,
"last_page": 0,
"data": [
{
"id": 0,
"code": "string",
"user_id": 0,
"level": "string",
"price": 0,
"switch": 0,
"tags": "string",
"state": "string",
"createtime": 0,
"deletetime": null,
"img_time": null,
"is_long": null,
"img_pay": 0,
"img_money": 0
}
]
}
}