Authorization: Bearer ********************{
"username": "admin",
"password": "123456",
"captcha": "A7X9",
"captchaId": "550e8400-e29b-41d4-a716-446655440000"
}curl --location --request POST '/auth/jwt-login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "admin",
"password": "123456",
"captcha": "A7X9",
"captchaId": "550e8400-e29b-41d4-a716-446655440000"
}'{
"data": {
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJhZG1pbiIsImlhdCI6MTUxNjIzOTAyMn0.SwFg_-S38z9_...省略...",
"refreshToken": "5f2f5983-1768-4a63-cb21-23151321412",
"tokenType": "Bearer",
"expiresIn": 3600
}
}