{
"id": 0,
"accountPrefix": "string",
"accountSuffix": "string",
"password": "string",
"auditStatus": 0,
"auditRemark": "string",
"sendMsgNotice": false
}curl --location --request POST '/tenant/settlement/audit' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"accountPrefix": "string",
"accountSuffix": "string",
"password": "string",
"auditStatus": 0,
"auditRemark": "string",
"sendMsgNotice": false
}'{
"code": 0,
"msg": "string",
"data": true,
"other": {}
}