curl --request POST \
--url https://api.mnemom.ai/v1/auth/resend-confirmation \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"redirect_to": "<string>"
}
'{
"ok": true
}Re-sends the signup confirmation email for a pending account.
curl --request POST \
--url https://api.mnemom.ai/v1/auth/resend-confirmation \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"redirect_to": "<string>"
}
'{
"ok": true
}