curl --location --request GET '/user/detail/' \
--header 'x-token: {{x-token}}'{
"status": 0,
"message": "string",
"data": {
"uid": 0,
"avatar": "string",
"nickname": "string",
"now_money": "string",
"pay_price": "string",
"pay_count": 0,
"total_pay_price": null,
"total_pay_count": 0
}
}