token: ********************
{
"accountIdList": [
0
]
}
curl --location --request POST 'http://127.0.0.1:8091/clean/super/account/remove' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"accountIdList": [
0
]
}'
{
"code": "",
"msg": "",
"data": null
}