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