{
"account": "zhousg",
"password": "123456"
}curl --location 'https://meikou-api.itheima.net/login' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"account": "zhousg",
"password": "123456"
}'{
"code": "string",
"msg": "string",
"result": {
"id": "string",
"account": "string",
"mobile": "string",
"token": "string",
"avatar": "string",
"nickname": null,
"gender": null,
"birthday": null,
"cityCode": null,
"provinceCode": null,
"profession": null
}
}