curl --location --request GET '/api/user/center' \
--header 'admin-token: 46055299183372a13571170dac053cc4' \
--header 'shop-token: {{shop-token}}' \
--header 'api-token: {{api-token}}'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"id": 0,
"sn": 0,
"sex": "string",
"account": "string",
"nickname": "string",
"real_name": "string",
"avatar": "string",
"mobile": "string",
"create_time": "string",
"is_auth": true
}
}