{
"email": "string",
"password": "string",
"verifyCode": "string",
"verifyKey": "string"
}
curl --location --request POST '43.139.194.209:8088/user/login-email' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"password": "string",
"verifyCode": "string",
"verifyKey": "string"
}'
{}