curl --location --request POST '/bis/mp/app/user/password/findoutByMail' \
--data-urlencode 'institution_no='
{
"code": "string",
"msg": "string",
"data": {
"total": 0,
"list": [
{
"login_account_id": 0
}
]
}
}