{
"account": "string",
"userName": "string",
"phoneNumber": "string",
"password": "string"
}curl --location --request POST '/user/login' \
--header 'bladeauth: {{auth}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "string",
"userName": "string",
"phoneNumber": "string",
"password": "string"
}'{
"code": 0,
"success": true,
"msg": "string",
"data": {
"token": "string",
"userInfo": {
"id": "string",
"userName": "string",
"avatar": "string",
"phoneNumber": "string",
"email": "string",
"gender": "string",
"isAdmin": 0,
"status": 0,
"createdAt": "string",
"updatedAt": "string"
}
}
}