Authorization: Bearer ********************{
"tenantId": "000000",
"username": "bbadmin",
"password": "123456",
"rememberMe": true,
"clientId": "e5cd7e4891bf95d1d19206ce24a7b32e",
"grantType": "password"
}curl --location --request POST 'localhost:8080/auth/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantId": "000000",
"username": "bbadmin",
"password": "123456",
"rememberMe": true,
"clientId": "e5cd7e4891bf95d1d19206ce24a7b32e",
"grantType": "password"
}'{
"code": 0,
"msg": "string",
"data": {
"scope": "string",
"openid": "string",
"access_token": "string",
"refresh_token": "string",
"expire_in": 0,
"refresh_expire_in": 0,
"client_id": "string"
}
}