{
"brand": "web"
}
curl --location --request POST 'http://127.0.0.1:8080/user/getNotActiveMaster' \
--header 'Content-Type: application/json' \
--data-raw '{
"brand": "web"
}'
{
"code": 0,
"msg": "string",
"data": [
null
]
}