{
"email": "string",
"verification_code": "string",
"new_email": "string"
}
curl --location --request POST '/user/reset-email' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"verification_code": "string",
"new_email": "string"
}'
{}