{
"fields":["id", "username", "email", "mobile", "status"]
}curl --location '/UserAccount/searchList' \
--header 'Content-Type: application/json' \
--data '{
"fields":["id", "username", "email", "mobile", "status"]
}'{
"code": 0,
"data": true,
"message": "string",
"success": true
}