Authorization: Bearer ********************{
"email": "lang.yu@r2mo.io",
"captcha": "123456"
}curl --location --request POST '/auth/email-login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "lang.yu@r2mo.io",
"captcha": "123456"
}'{
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"refreshToken": "86d26c92-7493-410a-8d14-1234567890ab"
}
}