{
"username": "string",
"password": "pa$$word",
"captchaId": "string",
"captchaCode": "string"
}curl --location 'http://localhost:8080/member/login' \
--header 'Authorization: eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJmMmI4OWY2ZmVhNTM0Y2NlYTU4MTM4NmNhNDg5ZDg5MiIsInN1YiI6IjEiLCJpc3MiOiJ4aC1uZXQiLCJpYXQiOjE3ODU4MzI5OTksImV4cCI6MTc4NTg0MDE5OX0.3DGsEIR0s18rZUoSmbspQI--Evczz1wIkrgVBqxCBuA' \
--header 'Content-Type: application/json' \
--data '{
"username": "string",
"password": "pa$$word",
"captchaId": "string",
"captchaCode": "string"
}'{
"code": 0,
"message": "string",
"data": {
"token": "string",
"tokenType": "Bearer",
"expiresIn": 7200,
"userInfo": {
"id": 0,
"username": "string",
"nickname": "string",
"role": "string",
"avatar": "string"
}
}
}