Users
Send a verification email to the user
Required scope - write_user
post/api/v1/users/{authId}/verify-email
Path parameters
authIdstring required
The authId of the user who will receive the verification email
Response
Example response
{
"success": true
}