{
"uuid": "fdafdsf3242342sdfsdfsdfds"
}curl --location --request POST '/v1/account/getdeviceaccountlist' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "fdafdsf3242342sdfsdfsdfds"
}'{
"code": 0,
"data": [
{
"uuid": "string",
"wxid": "string",
"nickname": "string",
"headurl": "string",
"state": 0
}
],
"text": "string",
"rowcount": 0,
"showmsg": true
}