Auth
Resend email confirmation
Resend the email confirmation link.
post/auth/resend-email
Request body
Example request
{
"email": "user@example.com"
}Response
Example response
{
"statusCode": 200,
"type": "Object"
}Resend the email confirmation link.
{
"email": "user@example.com"
}{
"statusCode": 200,
"type": "Object"
}