{
"email": "string",
"otp": "string",
"otp_type": "VERIFY_EMAIL"
}curl --location 'https://api.neucron.io/v1/auth/email/otp/confirm' \
--header 'Content-Type: application/json' \
--data '{
"email": "string",
"otp": "string",
"otp_type": "VERIFY_EMAIL"
}'{
"token": "string"
}