{
"mobile": "13800000002",
"password": "123456"
}curl --location --request POST 'http://ihrm.itheima.net/prod-api/sys/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "13800000002",
"password": "123456"
}'{
"success": true,
"code": 10000,
"data": "32a64637-09ce-4713-9bb9-9e1228953e33",
"message": "登录成功"
}