{
"bankAccountNo": "string",
"mobile": "string",
"userIdentNo": "string",
"userName": "string"
}
curl --location --request POST '/employee/check-four-element-verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"bankAccountNo": "string",
"mobile": "string",
"userIdentNo": "string",
"userName": "string"
}'
{
"code": "string",
"data": "string",
"message": "string",
"success": true
}