/auth/send-verification-email
  POST /auth/send-verification-email    
 POST
 /auth/send-verification-email
 Send a verification email to the user
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”object
 email 
 required
   The email to send the verification email to
string
  callbackURL    
 The URL to use for email verification callback
string
 Responses
Section titled “ Responses ”Success
object
 status    
 boolean
 Bad Request. Usually due to missing parameters, or invalid parameters.
object
 message 
 required
   string
 Unauthorized. Due to missing or invalid authentication.
object
 message 
 required
   string
 Forbidden. You do not have permission to access this resource or to perform this action.
object
 message    
 string
 Not Found. The requested resource was not found.
object
 message    
 string
 Too Many Requests. You have exceeded the rate limit. Try again later.
object
 message    
 string
 Internal Server Error. This is a problem with the server that you cannot fix.
object
 message    
 string