Authorization: Bearer ********************
{
"accountType": "string",
"stationId": 0,
"remark": "string"
}
curl --location --request POST 'http://localhost:8080/ess/user/accountPreview' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountType": "string",
"stationId": 0,
"remark": "string"
}'
{
"code": 0,
"msg": "",
"data": [
{
"account": "",
"mod": "",
"password": "",
"brand": ""
}
]
}