[{
"schoolNo": "6251003097",
"mobile": "18000000000"
}]curl --location --request POST 'http://192.168.20.159:8080/auth/schoolUser' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '[{
"schoolNo": "6251003097",
"mobile": "18000000000"
}]'{}