curl --request POST \
--url http://api.superwize.ai/api/auth/resendVerificationEmail \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'{
"success": true
}Attempts to resend account verification mail for an address. For privacy, unknown users also return success.
curl --request POST \
--url http://api.superwize.ai/api/auth/resendVerificationEmail \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'{
"success": true
}