curl --location --request POST '/bis/pp/merchant/employee/checkSuperAdmin' \
--data-urlencode 'merchant_no='
{
"code": "string",
"msg": "string",
"data": {
"total": 0,
"list": [
{
"exist": true,
"login_account_id": 0,
"email": "string",
"phone": "string",
"username": "string"
}
]
}
}