{
"userId": "alice",
"password": "123456"
}curl --location --request POST '/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "alice",
"password": "123456"
}'{
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5...",
"refreshToken": "eyJhbGciOiJIUzI1NiIsInR5..."
}