curl --location --request POST 'http://ihrm2-test.itheima.net/api/sys/login' \ --header 'Authorization: ' \ --header 'id;' \ --header 'Content-Type: text/plain' \ --data-raw '{ "mobile":"13800000002", "password":"123456" }'
{ "success": true, "code": 0, "message": "string", "data": "string" }