Sends a verification email to the user with the given ID.
curl --request POST \
--url https://api.helpyousponsor.com/v1/user/{id}/send_verification_email \
--header 'X-HYS-API-Key: <api-key>'{
"message": "<string>",
"status": "success"
}curl --request POST \
--url https://api.helpyousponsor.com/v1/user/{id}/send_verification_email \
--header 'X-HYS-API-Key: <api-key>'{
"message": "<string>",
"status": "success"
}