{
"requestId": "string",
"code": "string",
"password": "string"
}curl --location --request POST 'http://localhost:8080/auth/connect/email/verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"code": "string",
"password": "string"
}'{
"code": 0,
"result": "string",
"error": "string"
}