{
"uuid": ""
}curl --location --request POST '/v1/account/getuserinfo' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": ""
}'{
"Code": 200,
"Data": {
"uuid": "",
"username": "",
"nickname": "",
"headurl": "",
"state": 1,
"proxyip": "",
"proxyport": 0,
"proxysocksport": 0,
"proxyusername": "",
"proxypassword": ""
},
"Text": "成功",
"RowCount": 0
}