{
"username": "黑马no1hello",
"password": "123456"
}
curl --location --request POST 'https://hmajax.itheima.net/api/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "黑马no1hello",
"password": "123456"
}'
{
"code": 10000,
"message": "登录成功",
"data": {
"username": "黑马no1hello"
}
}