curl --location 'http://localhost:8085/api/user/email' \
--header 'Content-Type: application/json' \
--data '{
"email": "string"
}'{
"code": 0,
"data": {
"base_response": {
"code": 0,
"message": {
"value": "string"
}
}
},
"message": "string"
}